[][src]Type Definition git_global::Result

type Result<T> = Result<T, GitGlobalError>;

Our Result alias with GitGlobalError as the error type.