trait IntoParIterIfRayon { type Output; // Required method fn into_par_iter_if_rayon(self) -> Self::Output; }