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

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors