SendFuture

Type Alias SendFuture 

Source
pub type SendFuture = Pin<Box<dyn Future<Output = Result<(), String>>>>;

Aliased Typeยง

pub struct SendFuture { /* private fields */ }