Trait reql::ToArg [] [src]

pub trait ToArg {
    fn to_arg(&self) -> Arg;
}

The argument that is passed to any command

Required Methods

Implementors