custom_validator

Function custom_validator 

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