Alexandre Senges
|
7e59a106a1
|
As done in Rust book
https://doc.rust-lang.org/rust-by-example/error/multiple_error_types/boxing_errors.html
|
2023-08-14 16:58:18 +02:00 |
|
Alexandre Senges
|
0ac245ee61
|
Invert std::error and thiserror::Error
|
2023-08-14 16:55:06 +02:00 |
|
Alexandre Senges
|
2721f979ea
|
Move thiserror::error
It is slightly confusing to import a symbol called `Error` twice
|
2023-08-14 16:44:36 +02:00 |
|
Martin Geisler
|
aba7fd7f56
|
Simplify error handling pages (#851)
This makes the `use` statements more consistent and shortens some
variable names.
|
2023-06-22 16:27:06 +02:00 |
|
Andrew Walbran
|
79f5f0dade
|
Add slide about Box<dyn Error> before introducing anyhow.
|
2023-01-27 17:54:37 +00:00 |
|