wrpc_runtime_wasmtime::bindings::rpc::invokerType Alias Invocation
Source pub type Invocation = Invocation;
enum Invocation {
Future(Pin<Box<dyn Future<Output = Box<dyn Any + Send>> + Send>>),
Ready(Box<dyn Any + Send>),
}
Trait Implementations
An asynchronous function which resolves when this object’s readiness
operation is ready.
Read more