macro_rules! error_chain {
    ( $($args:tt)* ) => { ... };
}
Expand description

Macro for generating error types and traits. See crate level documentation for details.