impl_dyn_annotated_error

Macro impl_dyn_annotated_error 

Source
macro_rules! impl_dyn_annotated_error {
    ( $type:ident $(,)? ) => { ... };
    ( $type:ident, $field:ident $(,)? ) => { ... };
}
Expand description

Helper macro for implementing DynAnnotatedError.