Skip to main content

Validator

Type Alias Validator 

Source
pub type Validator = Box<dyn Fn(&str) -> Option<String> + 'static>;
Expand description

A validator: returns Some(message) when the value is invalid.

Aliased Typeยง

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