I was experimenting with deriving a visitor for models generated by Typify with derive_visitor but it sorts the struct fields unconditionally which changes the visit order. Ideally there should be an option in TypeSpaceSettings to disable the sorting.
I was experimenting with deriving a visitor for models generated by Typify with derive_visitor but it sorts the struct fields unconditionally which changes the visit order. Ideally there should be an option in
TypeSpaceSettingsto disable the sorting.