pub_if_error_detail

Macro pub_if_error_detail 

Source
macro_rules! pub_if_error_detail {
    {  $(#[$meta:meta])* enum $e:ident $tt:tt } => { ... };
}
Available on crate feature error_detail only.
Expand description

Declare an enum as pub if error_details is enabled, and as pub(crate) otherwise.