Skip to main content

PinBoxFuture

Type Alias PinBoxFuture 

Source
pub type PinBoxFuture<'a, T> = PinBox<dyn Future<Output = T> + Send + 'a>;

Aliased Typeยง

pub struct PinBoxFuture<'a, T> { /* private fields */ }