Expand description
Prelude module for validation
Structs§
- Field
Error - A single field validation error.
- Validation
Error - Validation error containing all field errors.
Traits§
- Validate
- Trait for validatable types.
- Validator
Validate - This is the original trait that was implemented by deriving
Validate. It will still be implemented for struct validations that don’t take custom arguments. The call is being forwarded to theValidateArgs<'v_a>trait.