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