Trait reql::commands::ForEach [] [src]

pub trait ForEach {
    fn for_each<F>(&self, write_function: F) -> Client where F: ToArg;
}

Loop over a sequence, evaluating the given write query for each element

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