Module mg_settings::error [] [src]

Parse error type.

Structs

ParseError

Struct which holds information about an error at a specific position.

Enums

Error

Errors which can happen when parsing a settings file.

ErrorType

A set of error types that can occur parsing the settings file.

SettingError

Error when getting/setting settings.

Type Definitions

Result

A type alias over the specific Result type used by the parser to indicate whether it is successful or not.