macro_rules! validate_references {
($errors:ident, $error_ty:ty;$($counter:ident, $err:ident;)*) => { ... };
}
Expand description
Find errors and convert to crate::validate::ValidationError
macro_rules! validate_references {
($errors:ident, $error_ty:ty;$($counter:ident, $err:ident;)*) => { ... };
}
Find errors and convert to crate::validate::ValidationError