pub trait UncheckedEnumerable<I, T, E> {
    fn unchecked(self) -> UncheckedIter<I, T, E> ;
}

Required Methods§

Implementors§