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
.
macro_rules! impl_std_error {
($ident:ident $(<$($gen:tt),*>)* ) => { ... };
}
Help to implement std::error::Error
for errors that have already
implemented std::fmt::Debug
.