Re-exports§
pub use self::value_validator::ValueValidator;
Modules§
Structs§
- A validator for one
Block
. The intended usage is that you wrap theBlock
in a validator, then call validation functions on it until you’ve validated all the possible legitimate contents of theBlock
, and then theValidator
will warn the user about anything left over when it goes out of scope. This way you don’t have to worry about checking for unknown fields yourself.
Enums§
- A helper enum for providing scope contexts to field validation functions.