Type Alias BoxFut

Source
pub type BoxFut<Res> = Pin<Box<dyn Future<Output = Res>>>;

Aliased Typeยง

pub struct BoxFut<Res> { /* private fields */ }