pub fn custom_validator<F>(name: &str, _validator: F) -> ValidationRulewhere F: Fn(&Value) -> Result<bool> + Send + Sync + 'static,