wasmtime_wasi

Type Alias ClosureFuture

source
pub type ClosureFuture = Box<dyn Fn() -> PollableFuture<'static> + Send + 'static>;

Aliased Typeยง

struct ClosureFuture(/* private fields */);