Mutating visit for every `String` in complex Rust structure
I’ve got a very complex Rust data-structure with vec
tors, struct
s, indexmap::IndexMap
and combinations thereof. Every part is serde derived|compatible.
I’ve got a very complex Rust data-structure with vec
tors, struct
s, indexmap::IndexMap
and combinations thereof. Every part is serde derived|compatible.