pub trait ValidateComponentSelectorExt { // Required method fn validate(&self) -> Result<(), ValidationError>; }