Searched defs:FromUtf8Error (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/csv/src/ |
| D | error.rs | 210 pub struct FromUtf8Error { struct 215 impl FromUtf8Error { impl 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
|
| D | string_record.rs | 158 ) -> result::Result<StringRecord, FromUtf8Error> { in from_byte_record() argument
|
| /external/rust/crates/bstr/src/ |
| D | ext_vec.rs | 512 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 { implementation 1051 impl error::Error for FromUtf8Error { implementation 1058 impl fmt::Display for FromUtf8Error { implementation
|
| D | impls.rs | 212 fn try_from(s: BString) -> Result<String, crate::FromUtf8Error> { in try_from()
|
| /external/rust/crates/serde-xml-rs/src/ |
| D | error.rs | 22 FromUtf8Error { enumerator
|
| /external/rust/crates/protobuf-support/src/lexer/ |
| D | str_lit.rs | 10 FromUtf8Error(#[from] FromUtf8Error), enumerator
|
| /external/rust/crates/tokio/src/io/util/ |
| D | read_line.rs | 58 utf8_res: Result<String, FromUtf8Error>, in finish_string_read() argument
|
| /external/rust/crates/protobuf/2.27.1/src/text_format/lexer/ |
| D | str_lit.rs | 10 FromUtf8Error(FromUtf8Error), enumerator
|
| /external/rust/crates/tungstenite/src/protocol/frame/ |
| D | frame.rs | 284 pub fn into_string(self) -> StdResult<String, FromUtf8Error> { in into_string() argument
|
| /external/rust/crates/vulkano/src/shader/ |
| D | spirv.rs | 765 FromUtf8Error(FromUtf8Error), enumerator
|