Expand description
This module provides the configuration structure for the validator.
This structure, Config, is to be constructed by the application using
the validator to configure it. Alternatively, the default configuration can
be constructed by using the std::default::Default trait.
Re-exports§
pub use glob;
Structs§
- Config
- Configuration structure.
Type Aliases§
- Binary
Data - Trait object representing some immutable binary data.
- Error
Data - Trait object representing some error data.
- UriResolver
- Callback function type for resolving/downloading URIs.