pub fn eq<T>(expected: T) -> impl Validatorwhere T: Into<Value> + Clone + Debug + 'static,
Match a value equals the expected value.