Trait fdb::future::FdbFutureGet
source · pub trait FdbFutureGet: Sealed { }Expand description
Extracts value that are owned by FdbFuture.
Note
You will not directly use this trait. It is used by
Future::poll method on FdbFuture.