Macro epitaph::error_items [] [src]

macro_rules! error_items {
    (
        $err_name:ident <Kind = $kind_name:ty> $desc_str:expr
    ) => { ... };
}