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
354: add variant to reader r=therealprof a=burrbull
r? @therealprof
Restore access to `enum`'s by `variant` method that return `enum FIELD` when possible or `Variant`.
Also replace `_to_bits` method in writer with trait.
So now enums for reader and writer are identical (when they don't use different values for read and write) and can be replaced by one.
See #353 .
Co-authored-by: Andrey Zgarbul <[email protected]>
0 commit comments