Module bind

Source

Structs§

Error
The Error type.

Enums§

ErrorKind
The kind of an error.

Traits§

ConfigProxy
Trait for types used as proxy for configuration to get around rust’s orphaning rules.
FromConfig
Trait to produce a value from config.
Options
A type which can be bound by configuration.
ResultExt
Additional methods for Result, for easy interaction with this crate.
ValidateOptions
Trait for validating options
ValidationResult
Helper trait for dealing with validation results. Custon validate functions (used by the derive macro) requires that the return value implements this trait.

Type Aliases§

Result
Convenient wrapper around std::Result.