macro_rules! invalid {
    () => { ... };
    ($($arg : tt) +) => { ... };
}
Expand description

Macro to return a new ValidationError with an optional message