Skip to main content

WasmInvokeFuture

Type Alias WasmInvokeFuture 

Source
pub type WasmInvokeFuture = Pin<Box<dyn Future<Output = Result<String, String>> + Send>>;
Expand description

Future type returned by the Wasm invoker.

Aliased Typeยง

pub struct WasmInvokeFuture { /* private fields */ }