pub trait IntoValidator<T, S> {
    fn into_validator(self) -> Validator<T, S>;
}

Required Methods

Implementors