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
When one has a metadata field attached for e.g. better error messages I'd like to be able to derive PartialEq, ... but skip fields like with e.g. Debug.
When one has a metadata field attached for e.g. better error messages I'd like to be able to derive
PartialEq, ...
but skip fields like with e.g.Debug
.(It might make sense to force skipping traits in groups, I did this in
derive_where
to deny skipping e.g.PartialEq
but notHash
https://docs.rs/derive-where/latest/derive_where/#skipping-fields)The text was updated successfully, but these errors were encountered: