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
Implementing From for foreign types is actually possible
The new orphan rules allow this. Since `Into<T>` has a blanked impl for `From<T>`, but not the other way around, it is recommended to always implement `From` if possible.
0 commit comments