chainerror/booksrc/tutorial7.md

12 lines
197 B
Markdown
Raw Normal View History

2018-12-20 15:14:21 +01:00
## The root cause of all Errors
[TBD]
2018-12-20 14:52:06 +01:00
~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial7.rs:2:}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
# }
~~~