Type Alias PinFut

Source
pub type PinFut<O> = Pin<Box<dyn Future<Output = O> + Send + 'static>>;

Aliased Typeยง

struct PinFut<O> {}