chainerror/booksrc/tutorial11.md

12 lines
193 B
Markdown
Raw Normal View History

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