Expand description
Prelude module for validation
Re-exports§
pub use crate::v2::prelude::*;
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.
Derive Macros§
- Derive
Validate - Derive macro for implementing Validate and AsyncValidate traits
- Validator
Validate