pub trait Arg<'a> {
    fn arg(self) -> Arg<Options<'a>>;
}

Required methods

Implementors