pub type GitBranchPullFn = fn(gitdir: &Path, remote: &str, mem: &str) -> Result<PullOutcome, BackendError>;Expand description
Engine::pull dispatch for git-branch mounts.
pub type GitBranchPullFn = fn(gitdir: &Path, remote: &str, mem: &str) -> Result<PullOutcome, BackendError>;Engine::pull dispatch for git-branch mounts.