PutFuture

Type Alias PutFuture 

Source
pub type PutFuture<'a> = Pin<Box<dyn Future<Output = TCResult<()>> + Send + 'a>>;

Aliased Typeยง

pub struct PutFuture<'a> { /* private fields */ }