What is the matter with `AsRef`?
June 14, 2022
the AsRef trait is everywhere in the std lib and very handy. However, the benefit using it is maybe not too obvious. But read on, and you will see some useful examples and where to apply it.
Read more ⟶