Validate

Trait Validate 

Source
pub trait Validate {
    // Required method
    fn validate(&self, path: &str) -> Vec<ValidationError>;
}
Available on crate feature ui only.
Expand description

Trait for validatable UI components

Required Methods§

Source

fn validate(&self, path: &str) -> Vec<ValidationError>

Implementors§