mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
10 lines
197 B
Markdown
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}}
|
||
|
~~~
|