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