标准库提供了很多自定义类型,在原生类型基础上进行了大量扩充。这是部分自定义 类型:
String
"hello world"
[1, 2, 3]
Option<i32>
Result<i32, i32>
Box<i32>
原生类型 和 标准库