Searched defs:serialize_with (Results 1 – 1 of 1) sorted by relevance
734 serialize_with: Option<syn::ExprPath>, field756 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() localVariable940 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() method956 serialize_with: Option<syn::ExprPath>, field1001 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() localVariable1261 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() method