pub fn atomic<M>(current: &mut M, new: M)where
    M: AsOptMap,
Expand description

The whole map is treated as one scalar value, and will be replaced with the new (non-None) value.