Skip to main content

Validator

Type Alias Validator 

Source
pub type Validator = fn(&str) -> bool;
Expand description

A path-param validator: returns whether the value satisfies the constraint.