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

Required methods

Implementations on Foreign Types

Implementors