Trait Validator
parser
pub trait Validator { type ValidationResult; fn validate(&self) -> Self::ValidationResult; }
type ValidationResult
fn validate(&self) -> Self::ValidationResult