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