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

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

Associated Types

type Output

Required Methods

fn union(&self, rhs: &RHS) -> Self::Output

Implementors