Searched defs:collect_str (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/serde/src/ser/ |
| D | fmt.rs | 168 fn collect_str<T: ?Sized>(self, value: &T) -> fmt::Result in collect_str() method
|
| D | mod.rs | 1383 fn collect_str<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> in collect_str() method 1418 fn collect_str<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> in collect_str() method
|
| /external/rust/crates/serde_json/src/value/ |
| D | ser.rs | 295 fn collect_str<T>(self, value: &T) -> Result<Value> in collect_str() method 623 fn collect_str<T>(self, value: &T) -> Result<String> in collect_str() method 1038 fn collect_str<T>(self, value: &T) -> Result<Self::Ok> in collect_str() method
|
| /external/rust/crates/serde_json/src/ |
| D | ser.rs | 409 fn collect_str<T>(self, value: &T) -> Result<()> in collect_str() function 1097 fn collect_str<T>(self, value: &T) -> Result<()> in collect_str() function 1458 fn collect_str<T>(self, value: &T) -> Result<Self::Ok> in collect_str() method
|
| /external/rust/crates/serde_cbor/src/ |
| D | ser.rs | 482 fn collect_str<T: ?Sized>(self, value: &T) -> Result<()> in collect_str() function
|
| /external/rust/crates/serde/src/private/ |
| D | ser.rs | 330 fn collect_str<T: ?Sized>(self, _: &T) -> Result<Self::Ok, Self::Error> in collect_str() function
|