pub type GitBranchFetchFn = fn(gitdir: &Path, remote: &str, refspecs: &[String]) -> Result<FetchOutcome, BackendError>;Expand description
Engine::fetch dispatch for git-branch mounts.
pub type GitBranchFetchFn = fn(gitdir: &Path, remote: &str, refspecs: &[String]) -> Result<FetchOutcome, BackendError>;Engine::fetch dispatch for git-branch mounts.