Trait validate::Validate [] [src]

pub trait Validate: 'static {
    fn validate(&self) -> ValidationResult;
}

Required Methods

Implementors