2017-03-09から1日間の記事一覧

Error Handling #6

https://doc.rust-lang.org/book/error-handling.html エラーの定義。 use std::io; use std::num; // We derive `Debug` because all types should probably derive `Debug`. // This gives us a reasonable human readable description of `CliError` valu…