pub trait IntoCharByteIterator<'a> { // Required method fn iter_char_bytes(self) -> CharByteIterator<'a> ⓘ; }