The std::convert docs say:
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.