[][src]Trait validator::Validate

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...