Trait reql::commands::Do [] [src]

pub trait Do {
    fn do_<T>(&self, arg: T) -> Command where T: ToArg;
}

Call an anonymous function using return values from other ReQL commands or queries as arguments

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors