Searched defs:FromUtf16Error (Results 1 – 1 of 1) sorted by relevance
428 pub struct FromUtf16Error(()); struct680 pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> { in from_utf16() argument1967 impl fmt::Display for FromUtf16Error { implementation1982 impl Error for FromUtf16Error { implementation