macro_rules! error_chain {
( $($args:tt)* ) => { ... };
}Expand description
Macro for generating error types and traits. See crate level documentation for details.
macro_rules! error_chain {
( $($args:tt)* ) => { ... };
}Macro for generating error types and traits. See crate level documentation for details.