macro_rules! impl_dyn_annotated_error {
( $type:ident $(,)? ) => { ... };
( $type:ident, $field:ident $(,)? ) => { ... };
}Expand description
Helper macro for implementing DynAnnotatedError.
macro_rules! impl_dyn_annotated_error {
( $type:ident $(,)? ) => { ... };
( $type:ident, $field:ident $(,)? ) => { ... };
}Helper macro for implementing DynAnnotatedError.