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
Instead of manually parsing strings to enums in protocol responses (using __traits and UDAs) it might be simpler and/or more robust to use serdeParseEnum from mir.algorithm.
Instead of manually parsing strings to enums in protocol responses (using
__traits
and UDAs) it might be simpler and/or more robust to useserdeParseEnum
frommir.algorithm
.Docs.
The text was updated successfully, but these errors were encountered: