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
They follow the standard Rust conventions of as/to/into/from.
(emphasis mine)
However, there isn't a To trait, and none of AsMut / AsRef / From / Into implement a to method. Not sure if this is a typo or an oversight resulting in a missing trait.