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

Required methods

Implementations on Foreign Types

Implementors