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

Creates a list get by rank operation. Server selects list item identified by rank and returns selected data specified by returnType.