Type Alias wasmtime_wasi::PollableFuture

source ·
pub type PollableFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;

Aliased Type§

struct PollableFuture<'a> { /* private fields */ }