Skip to main content

CmdValidatorFn

Type Alias CmdValidatorFn 

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

Command-level validator that can inspect the final Matches.