rust-by-practice/zh-CN/src/type-conversions/intro.md

3 lines
146 B
Markdown
Raw Permalink Normal View History

2022-03-09 02:53:10 -06:00
# Type conversions
There are several ways we can use to perform type conversions, such as `as`, `From/Intro`, `TryFrom/TryInto`, `transmute` etc.