PinnedLocalFuture

Type Alias PinnedLocalFuture 

Source
pub type PinnedLocalFuture<T> = Pin<Box<dyn Future<Output = T>>>;
Expand description

Type alias for a boxed Future that is !Send.

Aliased Typeยง

pub struct PinnedLocalFuture<T> { /* private fields */ }