CommandFuture

Type Alias CommandFuture 

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

A future returned by a component’s command method.

Aliased Type§

pub struct CommandFuture { /* private fields */ }