Module custom

Source
Expand description

Validation with using an external library for validation. Requires the custom feature flag

For usage examples, see the documentation for Validated

Structs§

Validated
A validated extactor.
ValidatedFut
ValidationError
A validation error

Traits§

Validate
A trait that can be implemented to provide validation logic.
ValidationErrorHandlerExt
Extension trait to provide a convenience method for adding custom error handler

Type Aliases§

ValidationErrHandler