Type Alias SyncValidationFn

Source
pub type SyncValidationFn = Arc<dyn Fn(&Value, &str) -> ValidationResult<()> + Send + Sync>;
Expand description

Type alias for sync validation functions

Aliased Typeยง

pub struct SyncValidationFn { /* private fields */ }