Searched defs:DecodeUtf16 (Results 1 – 5 of 5) sorted by relevance
15 pub struct DecodeUtf16<I> struct25 /// This `struct` is created when using the [`DecodeUtf16`] type. argument40 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation110 impl<I: Iterator<Item = u16> + FusedIterator> FusedIterator for DecodeUtf16<I> {} implementation