mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
a22b9bf2e6
Tracking issue: #110998. The [API guidelines][naming] describe `as` as used for borrowed -> borrowed operations, and `to_` for owned -> owned operations on `Copy` types. [naming]: https://rust-lang.github.io/api-guidelines/naming.html