Skip to main content

ValidateNode

Trait ValidateNode 

Source
pub trait ValidateNode {
    // Provided method
    fn validate(&self) -> Result<(), ErrorTree> { ... }
}
Expand description

ValidateNode

Trait implemented by schema nodes that validate local invariants against the surrounding schema graph.

Provided Methods§

Implementors§