Searched defs:FromUtf8Error (Results 1 – 3 of 3) sorted by relevance
405 pub struct FromUtf8Error { struct406 bytes: Vec<u8>,407 error: Utf8Error,570 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8() argument1884 impl FromUtf8Error { implementation1960 impl fmt::Display for FromUtf8Error { implementation1974 impl Error for FromUtf8Error { implementation
274 pub fn build_string(f: impl FnOnce(&RustString)) -> Result<String, FromUtf8Error> { in build_string() argument
17836 impl FromUtf8Error { impl