Expand description
Provides FdbFuture, FdbStreamKeyValue types and
FdbFutureGet trait for working with FDB Future.
Structs
- A
FdbFuturerepresents a value (or error) to be available at some other time. - A stream of
KeyValues. - A stream of
MappedKeyValues.
Traits
- Extracts value that are owned by
FdbFuture.
Type Aliases
- Represents the asynchronous result of a function that returns an array of
CString. - Represents the asynchronous result of a function that returns a database version.
- Represents the asynchronous result of a function that returns a
Keyfrom a database. - Represents the asynchronous result of a function that returns an array of
Key. - Represents the asynchronous result of a function that maybe returns a key
Valuefrom a database. - Represents the asynchronous result of a function that has no return value.