macro_rules! impl_into_iter {
(<Item = $item: ty> $($tt: tt)*) => { ... };
}Expand description
impl IntoIterator or impl IntoParallelIterator depending on the parallel feature.
macro_rules! impl_into_iter {
(<Item = $item: ty> $($tt: tt)*) => { ... };
}impl IntoIterator or impl IntoParallelIterator depending on the parallel feature.