pub type ValidationResult = Result<(), String>;
Expand description

If invalid, contains the error message.