Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AsRef is not reflexive, meaning that it is not implemented as &T for all T. Borrow is though, so we use that to make sure that we always get a reference that is correct, even in the presence of smart pointers.
- Loading branch information