1 2 3 4 5 6 7 8 9 10 11 12
# ErrorKind to the rescue [TBD] ~~~rust use crate::chainerror::*; {{#include ../examples/tutorial10.rs:2:}} # #[allow(dead_code)] # mod chainerror { {{#includecomment ../src/lib.rs}} # } ~~~