You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out the macro code that generates PartialEq / Eq and Hash implementations for a property type from define_*_property. That way if client code needs to bring their own pre-defined type we can still generate these implementations for them.
Split out the macro code that generates
PartialEq/EqandHashimplementations for a property type fromdefine_*_property. That way if client code needs to bring their own pre-defined type we can still generate these implementations for them.