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

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

Required Methods

Implementors