Module prelude

Module prelude 

Source
Expand description

Prelude module for validation

Re-exports§

pub use crate::v2::prelude::*;

Structs§

FieldError
A single field validation error.
ValidationError
Validation error containing all field errors.

Traits§

Validate
Trait for validatable types.
ValidatorValidate
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 the ValidateArgs<'v_a> trait.

Derive Macros§

DeriveValidate
Derive macro for implementing Validate and AsyncValidate traits
ValidatorValidate