pub fn dispatch(handler: &mut impl ControlEventHandler, event: &ParsedCommand)Expand description
Routes a parsed command to the matching ControlEventHandler callback.
pub fn dispatch(handler: &mut impl ControlEventHandler, event: &ParsedCommand)Routes a parsed command to the matching ControlEventHandler callback.