Home
last modified time | relevance | path

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

/external/rust/crates/serde_derive/src/internals/
Dattr.rs854 deserialize_with: Option<syn::ExprPath>, field
871 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable
1101 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
1114 deserialize_with: Option<syn::ExprPath>, field
1159 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable
1465 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method