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

pub trait Complement {
    fn complement(&self) -> Self;
}

Required Methods

Implementors