wasmtime_wasi_io::poll

Type Alias DynFuture

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

Aliased Typeยง

struct DynFuture<'a> {}