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
As mentioned by @pickx, enums without any Try/FromBits don't really do anything right now.
In normal rust, you can use Enum::Variant as u8.
We should therefore also provide a .value() method returning the uN of the enum.
The same isn't true for structs.
The text was updated successfully, but these errors were encountered:
As mentioned by @pickx, enums without any
Try/FromBits
don't really do anything right now.In normal rust, you can use
Enum::Variant as u8
.We should therefore also provide a
.value()
method returning theuN
of the enum.The same isn't true for structs.
The text was updated successfully, but these errors were encountered: