pub type Future<'a, T> = BoxFuture<'a, Result<T>>;
Library general future type.
#[repr(transparent)]pub struct Future<'a, T> { /* private fields */ }