Skip to main content

BackendFuture

Type Alias BackendFuture 

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

Aliased Typeยง

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