Type Alias branchless::git::BranchType
source · pub type BranchType = BranchType;
Expand description
Re-export of git2::BranchType
. This might change to be an opaque type later.
Aliased Type§
enum BranchType {
Local,
Remote,
}