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