blob: b5895d77c98a45cd832dd1b035b86f7a4427a5cc (
plain)
1
2
3
4
5
|
For this exercise check out the chapters:
- [Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-02-recoverable-errors-with-result.html)
- [Generics](https://doc.rust-lang.org/book/second-edition/ch10-01-syntax.html)
of the Rust Book.
|