wasmtime_wasi

Type Alias MakeFuture

source
pub type MakeFuture = for<'a> fn(_: &'a mut dyn Any) -> PollableFuture<'a>;