pub fn remove_by_key_list<'a>(
    bin: &'a str,
    keys: &'a [Value],
    return_type: MapReturnType
) -> Operation<'a>
Expand description

Create map remove operation. Server removes map items identified by keys and returns removed data specified by return_type.