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

pub trait Disjoint<RHS = Self> {
    fn is_disjoint(&self, rhs: &RHS) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors