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