Trait reql::commands::DeleteAt [] [src]

pub trait DeleteAt {
    fn delete_at<T>(&self, offset: T) -> Command where T: ToArg;
}

Remove one or more elements from an array at a given index

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