我有以下内容:
let mut my_number = 32.90;
我该如何打印my_number?
my_number
使用type并type_of没有奏效.还有其他方法可以打印数字的类型吗?
type
type_of
types rust
rust ×1
types ×1