pub trait UnionMut<Rhs> { // Required method fn union_mut(&mut self, other: &Rhs); }
Replaces self with the set union of self and other.
self
other