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
Instances of `Newtype` and `Generic` allow to match values of their type with `unwrap` and `from`, and to construct them with `wrap` or `to` hence making the constructors public.
0 commit comments