Home
last modified time | relevance | path

Searched defs:collect_str (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/serde/src/ser/
Dfmt.rs168 fn collect_str<T: ?Sized>(self, value: &T) -> fmt::Result in collect_str() method
Dmod.rs1359 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/
Dser.rs272 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/
Dser.rs482 fn collect_str<T: ?Sized>(self, value: &T) -> Result<()> in collect_str() function
/external/rust/crates/serde_json/src/
Dser.rs452 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/
Dser.rs330 fn collect_str<T: ?Sized>(self, _: &T) -> Result<Self::Ok, Self::Error> in collect_str() function