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