Trait reql::ToArg [] [src]

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

The argument that is passed to any ReQL command

Required Methods

Implementors