Expand description
Validation aspect for pre/post condition checking.
Structs§
- Custom
Validator - Custom validation rule using a closure.
- NotEmpty
Validator - Validates that a value is not empty.
- Range
Validator - Validates that a numeric value is within a range.
- Validation
Aspect - Validation aspect for enforcing constraints.
Traits§
- Validation
Rule - Validation rule trait.