Skip to main content

OnCommandHandler

Type Alias OnCommandHandler 

Source
pub type OnCommandHandler = Box<dyn FnMut(&CommandLine) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync>;

Aliased Typeยง

pub struct OnCommandHandler(/* private fields */);