Home
last modified time | relevance | path

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

/external/rust/crates/csv/src/
Derror.rs210 pub struct FromUtf8Error { struct
215 impl FromUtf8Error { argument
217 pub(crate) fn new(record: ByteRecord, err: Utf8Error) -> FromUtf8Error { in new()
232 impl fmt::Display for FromUtf8Error { implementation
238 impl StdError for FromUtf8Error { implementation
Dstring_record.rs158 ) -> result::Result<StringRecord, FromUtf8Error> { in from_byte_record() argument
/external/rust/crates/bstr/src/
Dext_vec.rs512 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() argument
520 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() argument
979 pub struct FromUtf8Error { struct
984 impl FromUtf8Error { argument
1051 impl error::Error for FromUtf8Error { implementation
1058 impl fmt::Display for FromUtf8Error { implementation
Dimpls.rs212 fn try_from(s: BString) -> Result<String, crate::FromUtf8Error> { in try_from()
/external/rust/crates/serde-xml-rs/src/
Derror.rs22 FromUtf8Error { enumerator
/external/rust/crates/protobuf-support/src/lexer/
Dstr_lit.rs10 FromUtf8Error(#[from] FromUtf8Error), enumerator
/external/rust/crates/tokio/src/io/util/
Dread_line.rs58 utf8_res: Result<String, FromUtf8Error>, in finish_string_read() argument
/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dstr_lit.rs10 FromUtf8Error(FromUtf8Error), enumerator