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

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

Associated Types

Required Methods

Implementors