Type Alias CommandExecutionFuture

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

Aliased Typeยง

struct CommandExecutionFuture {}