Output

Type Alias Output 

Source
pub type Output<T> = Pin<Box<dyn Future<Output = Result<T, ARError>> + Send>>;
Expand description

Wrapper type for Pin<Box<dyn Future>> type

Aliased Typeยง

pub struct Output<T> { /* private fields */ }