pub type FdbFutureMaybeValue = FdbFuture<Option<Value>>;
Expand description

Represents the asynchronous result of a function that maybe returns a key Value from a database.