Enum torrc::error::TorrcErrorKind [] [src]

pub enum TorrcErrorKind {
    IoError,
    ParseError,
}

Error kinds

Variants

I/O error

syntax error

Trait Implementations

impl PartialEq for TorrcErrorKind
[src]

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

This method tests for !=.

impl Debug for TorrcErrorKind
[src]

Formats the value using the given formatter.