Skip to main content

HostFuture

Type Alias HostFuture 

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

A boxed asynchronous host operation.

Aliased Typeยง

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