Trait reql::commands::Without [] [src]

pub trait Without {
    fn without<T>(&self, selectors: T) -> Command where T: ToArg;
}

Take an object or a sequence of objects, and returns them with the specified paths removed

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