Macro impl_std_error

Source
macro_rules! impl_std_error {
    ($ident:ident $(<$($gen:tt),*>)* ) => { ... };
}
Expand description

Help to implement std::error::Error for errors that have already implemented std::fmt::Debug.