Struct quire::validate::Nothing [] [src]

pub struct Nothing;

Trait Implementations

impl Validator for Nothing
[src]

fn default(&self, _: Pos) -> Option<Ast>

fn validate(&self, ast: Ast) -> (Ast, Vec<Error>)