Skip to main content

GitBranchPullFn

Type Alias GitBranchPullFn 

Source
pub type GitBranchPullFn = fn(gitdir: &Path, remote: &str, mem: &str) -> Result<PullOutcome, BackendError>;
Expand description

Engine::pull dispatch for git-branch mounts.