AnyStringEvaluator

Trait AnyStringEvaluator 

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

Required Methods§

Source

fn validate_value_type(&self, ty: &Type<'_>, value: &Cow<'_, str>) -> bool

Implementors§