reql 0.11.2

A native ReQL driver
Documentation
1
2
3
4
5
use crate::cmd;

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