pub type CommandFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
A future returned by a component’s command method.