chainerror/booksrc/tutorial6.md

12 lines
187 B
Markdown
Raw Normal View History

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