Enum gitjournal::config::Error [] [src]

pub enum Error {
    Toml(Error),
    Io(Error),
}

An enumeration of possible errors that can happen when working with the configuration.

Variants

Erros related to the toml parsing.

Erros related to the system IO, like saving the configuration file.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter.