Skip to main content

GitBranchFetchFn

Type Alias GitBranchFetchFn 

Source
pub type GitBranchFetchFn = fn(gitdir: &Path, remote: &str, refspecs: &[String]) -> Result<FetchOutcome, BackendError>;
Expand description

Engine::fetch dispatch for git-branch mounts.