Home
last modified time | relevance | path

Searched defs:DecodeUtf16 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/char/
Ddecode.rs14 pub struct DecodeUtf16<I> struct
24 /// This `struct` is created when using the [`DecodeUtf16`] type. argument
39 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
/third_party/rust/rust/tests/ui/issues/
Dissue-58375-monomorphize-default-impls.rs10 pub struct DecodeUtf16<I>(I); struct