Trait reql::commands::SetInsert [] [src]

pub trait SetInsert {
    fn set_insert<T>(&self, value: T) -> Command where T: ToArg;
}

Add a value to an array and return it as a set (an array with distinct values)

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