Trait argparse::action::IFlagAction[][src]

pub trait IFlagAction {
    fn parse_flag(&self) -> ParseResult;
}

Required Methods

Implementors