pub type WasmInvokeFuture = Pin<Box<dyn Future<Output = Result<String, String>> + Send>>;
Future type returned by the Wasm invoker.
pub struct WasmInvokeFuture { /* private fields */ }