許多型別都能用 to_string 轉換成字串。
to_string
parse 可以被用來轉換字串或字串常量為一個型別的值。這個函式回傳一個 Result 因為它可能會失敗。
parse
Result