Searched defs:serialize_with (Results 1 – 1 of 1) sorted by relevance
853 serialize_with: Option<syn::ExprPath>, field870 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() localVariable1097 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() method1113 serialize_with: Option<syn::ExprPath>, field1158 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() localVariable1461 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() method