k8s_openapi::merge_strategies::map

Function granular

Source
pub fn granular<M>(
    current: &mut M,
    new: M,
    merge_value: fn(_: &mut M::Value, _: M::Value),
)
where M: AsOptMap, M::Key: Ord,
Expand description

Each value will be merged separately.