pub trait RUMByteSliceEnumeratorIterTrait { type Item; // Required method fn next(&mut self) -> Option<(usize, Self::Item)>; }