LsFuture

Type Alias LsFuture 

Source
pub type LsFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;

Aliased Typeยง

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