pub trait Validate { // Required method fn validate(&self, path: &str) -> Vec<ValidationError>; }
ui
Trait for validatable UI components