wasmtime_wasi

Type Alias PollableFuture

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

Aliased Typeยง

struct PollableFuture<'a> {}