Trait gcollections::ops::multiset::Extract[][src]

pub trait Extract: Collection {
    fn extract(&mut self) -> Option<Self::Item>;
}

Required Methods

Implementors