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

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

Required methods

Implementations on Foreign Types

Implementors