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
From the Rust docs:
> One should always prefer implementing From over Into because
> implementing From automatically provides one with an implementation of
> Into thanks to the blanket implementation in the standard library.
0 commit comments