Skip to main content

ValidateFn

Type Alias ValidateFn 

Source
pub type ValidateFn<T> = Box<dyn Fn(&T) -> bool + Send + Sync>;

Aliased Typeยง

pub struct ValidateFn<T>(/* private fields */);