pub type CommandFuture = Pin<Box<dyn Future<Output = Result<CommandResult>> + Send>>;
Boxed future returned by runtime command handlers.
pub struct CommandFuture { /* private fields */ }