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