Enum irc::error::TomlError[][src]

pub enum TomlError {
    Read(TomlReadError),
    Write(TomlWriteError),
}

A wrapper that combines toml's serialization and deserialization errors.

Variants

A TOML deserialization error.

A TOML serialization error.

Trait Implementations

impl Debug for TomlError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TomlError

impl Sync for TomlError