Macro dock_crypto_utils::impl_into_indexed_iter

source ยท
macro_rules! impl_into_indexed_iter {
    (<Item = $item: ty> $($tt: tt)*) => { ... };
}
Expand description

impl IntoIterator where IntoIter: DoubleEndedIterator + ExactSizeIterator or impl IntoParallelIterator where Iter: IndexedParallelIterator depending on the parallel feature.