Trait argparse::action::IArgAction[][src]

pub trait IArgAction {
    fn parse_arg(&self, arg: &str) -> ParseResult;
}

Required Methods

Implementors