chainerror/booksrc/tutorial10.md

12 lines
193 B
Markdown
Raw Normal View History

2018-12-20 15:14:21 +01:00
## ErrorKind to the rescue
[TBD]
2018-12-20 14:52:06 +01:00
~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial10.rs:2:}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
# }
~~~