macro_rules! errors_with_fallback_annotations_from_field {
( $new_errors:ident, $errors:expr, $self:expr, $field:expr, $( $code:tt )* ) => { ... };
}Expand description
Wrap errors with fallback Annotations from field.
macro_rules! errors_with_fallback_annotations_from_field {
( $new_errors:ident, $errors:expr, $self:expr, $field:expr, $( $code:tt )* ) => { ... };
}Wrap errors with fallback Annotations from field.