Module config

Module config 

Source
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§

BinaryData
Trait object representing some immutable binary data.
ErrorData
Trait object representing some error data.
UriResolver
Callback function type for resolving/downloading URIs.