[][src]Trait parser::Validator

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

Associated Types

type ValidationResult

Loading content...

Required methods

fn validate(&self) -> Self::ValidationResult

Loading content...

Implementors

Loading content...