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

Configuration structure.

Type Definitions

Trait object representing some immutable binary data.

Trait object representing some error data.

Callback function type for resolving/downloading URIs.