macro_rules! invalid {
() => { ... };
($($arg:tt)+) => { ... };
}Expand description
Macro to return a new ValidationError with an optional message
macro_rules! invalid {
() => { ... };
($($arg:tt)+) => { ... };
}Macro to return a new ValidationError with an optional message