Searched defs:deserialize_with (Results 1 – 2 of 2) sorted by relevance
801 deserialize_with: Option<syn::ExprPath>, field824 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable1024 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method1041 deserialize_with: Option<syn::ExprPath>, field1086 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable1358 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method