2024-04-22

After playing with object-safe, it became apparent that you can create BTreeSet<Box<dyn EqHashObj>>, you just can't add anything to it without an OrdObj trait [1].

And I don't know if it's possible to create this trait and the necessary impl macros. This crate is a funny workaround for a big problem, though. ↩︎

Show more