Macro error_chain::error_chain [] [src]

macro_rules! error_chain {
    ( $( $block_name:ident { $( $block_content:tt )* } )* ) => { ... };
}

This macro is used for handling of duplicated and out-of-order fields. For the exact rules, see error_chain_processed.