Skip to main content

CommandExecutionFuture

Type Alias CommandExecutionFuture 

Source
pub type CommandExecutionFuture = Pin<Box<dyn Future<Output = Result<CommandExecutionResult, Diagnostic>> + Send>>;

Aliased Typeยง

pub struct CommandExecutionFuture { /* private fields */ }