Macro cex::impl_std_error[][src]

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

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