Enum git_global::GitGlobalError
[−]
[src]
pub enum GitGlobalError {
BadSubcommand(String),
Generic,
}An error!
Variants
BadSubcommand(String)GenericTrait Implementations
impl Debug for GitGlobalError[src]
impl Display for GitGlobalError[src]
impl Error for GitGlobalError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more
impl From<Error> for GitGlobalError[src]
fn from(err: Error) -> GitGlobalError
Performs the conversion.