Module mg_settings::errors
[−]
[src]
Parse and io error type.
Reexports
pub use self::settings::SettingError; |
Modules
| settings |
Settings error type. |
Structs
| Error |
The Error type. |
| ParseError |
Struct which holds information about an error at a specific position. |
Enums
| ErrorKind |
The kind of an error. |
| ErrorType |
A set of error types that can occur parsing the settings file. |
Traits
| ResultExt |
Additional methods for |
Type Definitions
| Result |
Convenient wrapper around |