@musicmatze@mastodon.technology Could you rephrase the "Problem is, [...]" part? I'm not sure what you're describing.
As-is, all I can do is guess that you're running up against the inability to `derive(PartialOrd)` in more complex situations and suggest that you manually `impl PartialOrd for MyType` instead.