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
Toml(Error)Erros related to the toml parsing.
Io(Error)Erros related to the system IO, like saving the configuration file.