FailFuture

Type Alias FailFuture 

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

Aliased Typeยง

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