1
0
Fork 0
mirror of https://github.com/haraldh/chainerror.git synced 2025-02-25 09:24:20 +01:00
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}}
~~~