Searched defs:FromUtf8Error (Results 1 – 8 of 8) sorted by relevance
210 pub struct FromUtf8Error { struct215 impl FromUtf8Error { argument217 pub(crate) fn new(record: ByteRecord, err: Utf8Error) -> FromUtf8Error { in new()232 impl fmt::Display for FromUtf8Error { implementation238 impl StdError for FromUtf8Error { implementation
158 ) -> result::Result<StringRecord, FromUtf8Error> { in from_byte_record() argument
512 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() argument520 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() argument979 pub struct FromUtf8Error { struct984 impl FromUtf8Error { argument1051 impl error::Error for FromUtf8Error { implementation1058 impl fmt::Display for FromUtf8Error { implementation
212 fn try_from(s: BString) -> Result<String, crate::FromUtf8Error> { in try_from()
22 FromUtf8Error { enumerator
10 FromUtf8Error(#[from] FromUtf8Error), enumerator
58 utf8_res: Result<String, FromUtf8Error>, in finish_string_read() argument
10 FromUtf8Error(FromUtf8Error), enumerator