macro_rules! pub_if_error_detail {
{ $(#[$meta:meta])* enum $e:ident $tt:tt } => { ... };
}Expand description
Declare an enum as pub if error_details is enabled, and as pub(crate) otherwise.
macro_rules! pub_if_error_detail {
{ $(#[$meta:meta])* enum $e:ident $tt:tt } => { ... };
}Declare an enum as pub if error_details is enabled, and as pub(crate) otherwise.