Skip to main content

ValidateFn

Type Alias ValidateFn 

Source
pub type ValidateFn = Box<dyn Fn(&str) -> Option<String> + Send + Sync>;
Expand description

Validation function type.

Aliased Typeยง

pub struct ValidateFn(/* private fields */);