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 | 1359 fn collect_str<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error> in collect_str() method 1394 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 | 272 fn collect_str<T: ?Sized>(self, value: &T) -> Result<Value> in collect_str() method 605 fn collect_str<T: ?Sized>(self, value: &T) -> Result<String> 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_json/src/ |
D | ser.rs | 452 fn collect_str<T>(self, value: &T) -> Result<()> in collect_str() function 1188 fn collect_str<T>(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
|