chainerror/booksrc/tutorial14.md
2019-03-07 17:03:35 +01:00

10 lines
197 B
Markdown

# Going back to std
Not using `chainerror` and going full `std` would look like this:
Btw, the code size is bigger than using `chainerror` :-)
~~~rust
{{#include ../examples/tutorial14.rs}}
~~~