Validator

Type Alias Validator 

Source
pub type Validator = fn(&str) -> Result<(), String>;
Expand description

Custom validator function type