Type Definition git_global::Result[][src]

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

Our Result alias with GitGlobalError as the error type.