pub fn get_by_rank_range(
    bin: &str,
    rank: i64,
    return_type: ListReturnType
) -> Operation<'_>
Expand description

Creates a list get by rank range operation. Server selects list items starting at specified rank to the last ranked item and returns selected data specified by returnType.