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

Creates a list remove operation. Server removes list item identified by rank and returns removed data specified by returnType.