Trait gcollections::ops::cardinality::IsSingleton[][src]

pub trait IsSingleton {
    fn is_singleton(&self) -> bool;
}

Required Methods

Implementors