pub fn remove_by_key<'a>(
    bin: &'a str,
    key: &'a Value,
    return_type: MapReturnType
) -> Operation<'a>
Expand description

Create map remove operation. Server removes the map item identified by the key and returns the removed data specified by return_type.