Modules§
Macros§
- format_
err - Macro to format an error.
- make_
error - validate
- Validate any value if it implements the Validator trait. If the value does not implement the Validator trait, it will return Ok(()).
Structs§
- Error
- Represents a validation error for a field.
Traits§
- Validator
- The trait implemented by types that require validation logic.
Type Aliases§
- Result
- A type alias for
Resultwith the error type defaulting toError.