Trait reql::commands::Slice [] [src]

pub trait Slice {
    fn slice<T>(&self, args: T) -> Command where T: ToArg;
}

Return the elements of a sequence within the specified range

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