Validators

Type Alias Validators 

Source
pub type Validators<T> = Vec<Box<dyn Validator<T>>>;

Aliased Typeยง

pub struct Validators<T> { /* private fields */ }