Type Definition relm4::component::CommandFuture

source ·
pub type CommandFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

A future returned by a component’s command method.