[][src]Trait math::traits::Collecting

pub trait Collecting<E> {
    fn collect(&mut self, item: E);
}

Required methods

fn collect(&mut self, item: E)

Loading content...

Implementations on Foreign Types

impl<T> Collecting<T> for Vec<T>[src]

impl<'a, T: Clone> Collecting<&'a T> for Vec<T> where
    &'a T: Deref
[src]

Loading content...

Implementors

impl<E: Integer + Copy + ToPrimitive> Collecting<E> for OrderedIntegerSet<E>[src]

impl<T> Collecting<T> for Histogram<T> where
    T: PartialOrd + NumAssign + NumOps + FromPrimitive + ToPrimitive + Copy + Display
[src]

Loading content...