Module fdb::future

source · []
Expand description

Provides FdbFuture, FdbStreamKeyValue types and FdbFutureGet trait for working with FDB Future.

Structs

A FdbFuture represents a value (or error) to be available at some other time.

Traits

Extracts value that are owned by FdbFuture.

Type Definitions

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 Key from 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 Value from a database.

Represents the asynchronous result of a function that has no return value.