pub trait IntoParOffsetValuesAndSizes {
type ParIter: IndexedParallelIterator<Item = (usize, usize)>;
// Required method
fn into_par_offset_values_and_sizes(self) -> Self::ParIter;
}pub trait IntoParOffsetValuesAndSizes {
type ParIter: IndexedParallelIterator<Item = (usize, usize)>;
// Required method
fn into_par_offset_values_and_sizes(self) -> Self::ParIter;
}