Skip to main content

OperationFuture

Type Alias OperationFuture 

Source
pub type OperationFuture = Pin<Box<dyn Future<Output = ExecutionOutcome> + 'static>>;

Aliased Typeยง

pub struct OperationFuture { /* private fields */ }