pub type CommandExecutionFuture = Pin<Box<dyn Future<Output = Result<CommandExecutionResult, Diagnostic>> + Send>>;Aliased Typeยง
pub struct CommandExecutionFuture { /* private fields */ }pub type CommandExecutionFuture = Pin<Box<dyn Future<Output = Result<CommandExecutionResult, Diagnostic>> + Send>>;pub struct CommandExecutionFuture { /* private fields */ }