pub type InvokeFuture = Pin<Box<dyn Future<Output = Result<Value>> + Send>>;
Type alias for the invoke future.
pub struct InvokeFuture { /* private fields */ }