Trait validator::Validate[][src]

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

The trait that validator_derive implements

Required methods

Loading content...

Implementations on Foreign Types

impl<T: Validate> Validate for &T[src]

Loading content...

Implementors

Loading content...