Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/
Dstring.rs428 pub struct FromUtf16Error(()); struct
680 pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> { in from_utf16() argument
1967 impl fmt::Display for FromUtf16Error { implementation
1982 impl Error for FromUtf16Error { implementation