Type Alias wasmtime_wasi::preview2::PollableFuture
source · pub type PollableFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
Aliased Type§
struct PollableFuture<'a> { /* private fields */ }
pub type PollableFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
struct PollableFuture<'a> { /* private fields */ }