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

pub trait Insert: Collection {
    fn insert(&mut self, value: Self::Item);
}

Required Methods

Implementors