chainerror/booksrc/tutorial11.md
2018-12-20 16:37:08 +01:00

12 lines
192 B
Markdown

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