Type Definition fdb::future::FdbFutureKeyArray

source · []
pub type FdbFutureKeyArray = FdbFuture<Vec<Key>>;
Expand description

Represents the asynchronous result of a function that returns an array of Key.