Skip to main content

CmdHandlerFn

Type Alias CmdHandlerFn 

Source
pub type CmdHandlerFn<'a, Ctx> = dyn Fn(&Matches, &mut Ctx) -> Result<()> + 'a;
Expand description

Command handler (executed for the leaf command after callbacks).