pub type Future<'a, T> = BoxFuture<'a, Result<T>>;
Library general future type.
pub struct Future<'a, T> { /* private fields */ }