Trait compacts_bits::Union [] [src]

pub trait Union<Rhs = Self> {
    type Output;
    fn union(self, that: Rhs) -> Self::Output;
}

Associated Types

Required Methods

Implementors