Searched defs:FromUtf8Error (Results 1 – 5 of 5) sorted by relevance
223 pub struct FromUtf8Error { struct228 impl FromUtf8Error { argument230 pub(crate) fn new(rec: ByteRecord, err: Utf8Error) -> FromUtf8Error { in new()245 impl fmt::Display for FromUtf8Error { implementation251 impl StdError for FromUtf8Error { implementation
156 ) -> result::Result<StringRecord, FromUtf8Error> { in from_byte_record() argument
963 pub struct FromUtf8Error { struct968 impl FromUtf8Error { argument1034 impl error::Error for FromUtf8Error { implementation1041 impl fmt::Display for FromUtf8Error { implementation
58 utf8_res: Result<String, FromUtf8Error>, in finish_string_read() argument
9 FromUtf8Error(FromUtf8Error), enumerator