caelunshun

Results 42 comments of caelunshun

I've tracked this down to relate to the implementation of `handle_any_struct`: ```rust /// Called from `deserialze_any` when a struct was detected. Decides if /// there is a unit, tuple or...

Operator overloads can't be made `const` as Rust currently doesn't support `const fn` in traits.