Skip to main content

InvokeFuture

Type Alias InvokeFuture 

Source
pub type InvokeFuture = Pin<Box<dyn Future<Output = Result<Value>> + Send>>;
Expand description

Type alias for the invoke future.

Aliased Type§

pub struct InvokeFuture { /* private fields */ }