chainerror/booksrc/tutorial10.md
Harald Hoyer 4d2d807332 more doc
2018-12-20 16:32:00 +01:00

12 lines
193 B
Markdown

## ErrorKind to the rescue
[TBD]
~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial10.rs:2:}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
# }
~~~