Enum libconfig::error::ConfigErrorKind [] [src]

pub enum ConfigErrorKind {
    IoError,
    ParseError,
}

Possible error kinds

Variants

An I/O error. Can only occur if reading from a stream (file, socket, etc.)

A syntax error

Trait Implementations

impl Debug for ConfigErrorKind
[src]

Formats the value using the given formatter.

impl PartialEq for ConfigErrorKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.