IntoIter2

Trait IntoIter2 

Source
pub trait IntoIter2: IntoIterator {
    // Required method
    fn into_iter2<I0, I1, I3, I4, I5, I6>(
        self,
    ) -> Iter7<I0, I1, Self::IntoIter, I3, I4, I5, I6> ;
}

Required Methods§

Source

fn into_iter2<I0, I1, I3, I4, I5, I6>( self, ) -> Iter7<I0, I1, Self::IntoIter, I3, I4, I5, I6>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§