Enum git_global::GitGlobalError [] [src]

pub enum GitGlobalError {
    BadSubcommand(String),
    Generic,
}

An error!

Variants

Trait Implementations

impl Debug for GitGlobalError
[src]

Formats the value using the given formatter.

impl Display for GitGlobalError
[src]

Formats the value using the given formatter. Read more

impl Error for GitGlobalError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for GitGlobalError
[src]

Performs the conversion.