pub trait Valid: VisitWith<ValidityChecker> {
    fn is_valid(&self) -> bool { ... }
}

Provided Methods

Implementors