impl_into_iter

Macro impl_into_iter 

Source
macro_rules! impl_into_iter {
    (<Item = $item: ty> $($tt: tt)*) => { ... };
}
Expand description

impl IntoIterator or impl IntoParallelIterator depending on the parallel feature.