Searched defs:deserialize_with (Results 1 – 1 of 1) sorted by relevance
854 deserialize_with: Option<syn::ExprPath>, field871 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable1101 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method1114 deserialize_with: Option<syn::ExprPath>, field1159 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable1465 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method