Skip to main content

LowValidator

Type Alias LowValidator 

Source
pub type LowValidator<'a, E> = Strategy<Validator<ArchiveValidator<'a>, ()>, E>;
Expand description

A low-level validator.

This is part of the low-level API.

Aliased Typeยง

pub struct LowValidator<'a, E> { /* private fields */ }