Skip to main content

HostFuture

Type Alias HostFuture 

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

Aliased Typeยง

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