Skip to main content

Future

Type Alias Future 

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

Library general future type.

Aliased Typeยง

#[repr(transparent)]
pub struct Future<'a, T> { /* private fields */ }