Enum libzr::error::Error [] [src]

pub enum Error {
    EnvironmentVariableNotUnicode {
        key: String,
        value: OsString,
    },
    InvalidPluginName {
        plugin_name: String,
    },
    Clap(Error),
    Io(Error),
    Git(Error),
}

Variants

Fields of EnvironmentVariableNotUnicode

Fields of InvalidPluginName

Trait Implementations

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more