Skip to main content

Validator

Type Alias Validator 

Source
pub type Validator = dyn Fn(String) -> Result<(), String>;