pub trait AnyStringEvaluator { // Required method fn validate_value_type(&self, ty: &Type<'_>, value: &Cow<'_, str>) -> bool; }