Type Definition git_global::Result
source · pub type Result<T> = Result<T, GitGlobalError>;Expand description
Our Result alias with GitGlobalError as the error type.
pub type Result<T> = Result<T, GitGlobalError>;Our Result alias with GitGlobalError as the error type.