Skip to main content

validate

Function validate 

Source
pub fn validate(node: &dyn Visitable) -> Result<(), VisitorError>
Expand description

validate

Validate a visitable tree, collecting issues by path.

Validation is non-failing at the traversal level. All validation issues are collected and returned to the caller, which may choose how to interpret them.

ยงErrors

Returns VisitorError when one or more validators report an issue.