Trait gcollections::ops::set::Union[][src]

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

Associated Types

Required Methods

Implementors