[][src]Trait analytic::traits::ToIterator

pub trait ToIterator<'s, I: Iterator<Item = R>, R> {
    fn to_iter(&'s self) -> I;
}

Required methods

fn to_iter(&'s self) -> I

Loading content...

Implementations on Foreign Types

impl<'a, 's: 'a, E> ToIterator<'s, Iter<'a, E>, &'a E> for Vec<E>[src]

Loading content...

Implementors

impl<'_, E: Integer + Copy> ToIterator<'_, ContiguousIntegerSetIter<E>, E> for ContiguousIntegerSet<E>[src]

impl<'_, E: Integer + Copy + ToPrimitive> ToIterator<'_, IntegerSetIter<E>, E> for OrderedIntegerSet<E>[src]

Loading content...