Trait compacts_bits::UnionWith [] [src]

pub trait UnionWith<Rhs = Self> {
    fn union_with(&mut self, that: Rhs);
}

Required Methods

Trait Implementations

impl<T> BitOrAssign<T> for UnionWith<T>
[src]

The method for the |= operator

Implementors