Skip to main content

BoxedFutureMaybeLocal

Type Alias BoxedFutureMaybeLocal 

Source
pub type BoxedFutureMaybeLocal<'a, T> = LocalBoxFuture<'a, T>;

Aliased Typeยง

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