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

The Result type returned by Model::validate.