Ryan
Ryan
I just ran into this myself. I tried to do the naive thing and just add `#[cfg_attr(feature = "visitor", visit(with = "visit_relation"))]` as suggested by @ankrgyl, but that on its...
+1 to this – would be curious to try out your crate @freshtonic if/when it gets to a publishable state :)
I think I'm starting to wrap my head around this, but it's surprisingly complicated, so bear with me. In your example, the line `const destValue: Destination = sourceVal;` raises the...