Type Alias wasmtime_wasi::ClosureFuture

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

Aliased Type§

struct ClosureFuture(/* private fields */);