Skip to main content

KeyValueDBPinBoxFuture

Type Alias KeyValueDBPinBoxFuture 

Source
pub type KeyValueDBPinBoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;

Aliased Typeยง

pub struct KeyValueDBPinBoxFuture<'a, T> { /* private fields */ }