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

Required methods

Implementors