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.

Implementations on Foreign Types§

source§

impl FdbFutureGet for ()

source§

impl FdbFutureGet for i64

source§

impl FdbFutureGet for Option<Value>

source§

impl FdbFutureGet for Vec<Key>

source§

impl FdbFutureGet for Vec<CString>

Implementors§