Future

Type Alias Future 

Source
pub type Future<'a, T> = BoxFuture<'a, Result<T>>;
Expand description

Library general future type.

Aliased Typeยง

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