Trait actix_web_validator::Validate[][src]

pub trait Validate {
    fn validate(&self) -> Result<(), ValidationErrors>;
}
Expand description

The trait that validator_derive implements

Required methods

Implementations on Foreign Types

Implementors