Type Alias BoxFuture

Source
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = Result<T>> + Send>>;

Aliased Typeยง

struct BoxFuture<T> {}