许多类型都可以通过 to_string 转换为字符串。
to_string
而泛型函数 parse 则可将字符串或是字符串常量转换为其它类型,该函数会返回 Result 因为转换有可能失败。
parse
Result