Module validate

Module validate 

Source
Expand description

§Core validation traits and types

Structs§

Unvalidated
A struct which wraps a potentially invalid instance of some T.
Valid
A struct which wraps a valid instance of some T.

Traits§

Validate
The core trait of this crate.