Searched defs:DecodeUtf16 (Results 1 – 2 of 2) sorted by relevance
14 pub struct DecodeUtf16<I> struct24 /// This `struct` is created when using the [`DecodeUtf16`] type. argument39 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
10 pub struct DecodeUtf16<I>(I); struct