Trait reql::cmd::do_::Arg

source · []
pub trait Arg {
    fn arg(self, parent: Option<Command>) -> Arg<()>;
}

Required methods

Implementors