chainerror/booksrc/tutorial14.md

10 lines
197 B
Markdown
Raw Normal View History

2019-03-07 16:50:16 +01:00
# 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}}
~~~