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

146 B

Type conversions

There are several ways we can use to perform type conversions, such as as, From/Intro, TryFrom/TryInto, transmute etc.