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

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

Required Methods

fn parse_flag(&self) -> ParseResult

Implementors