Module fdb::future

source ·
Expand description

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

Structs

Traits

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 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.