Skip to main content

PinBoxFuture

Type Alias PinBoxFuture 

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

A heap-pinned, Send, boxed trait-object future borrowing for 'a.

Aliased Typeยง

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