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
Rust has a proliferation of conversion traits. The Book has a chapter on "Borrow and AsRef" but it doesn't really clear things up. It would be great to have a document which explains how all the traits inter-relate, and how to pick one for a given use case.