Skip to main content

CommandFuture

Type Alias CommandFuture 

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

Boxed future returned by runtime command handlers.

Aliased Typeยง

pub struct CommandFuture { /* private fields */ }