2018-11-27 04:54:01 -05:00
|
|
|
For this exercise check out the sections:
|
2020-08-27 13:51:19 -04:00
|
|
|
- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
|
|
|
|
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
|
2018-11-26 10:43:42 -05:00
|
|
|
|
2019-04-08 16:02:04 -04:00
|
|
|
of the Rust Book.
|
2021-04-22 15:32:29 -04:00
|
|
|
|
|
|
|
or alternatively, check out the sections:
|
|
|
|
- [Result](https://doc.rust-lang.org/rust-by-example/error/result.html)
|
|
|
|
- [Boxing errors](https://doc.rust-lang.org/rust-by-example/error/multiple_error_types/boxing_errors.html)
|
|
|
|
|
|
|
|
of the Rust By Example Book.
|