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
My reasoning was that bitfield is only a thin wrapper around the inner type and as such you will likely want to have access to the inner type. But it may make sense to have it private by default, if you don't add pub.
It would be nice to be able to hide the inner element of the "newtypes".
The text was updated successfully, but these errors were encountered: