pub type GitBranchPushFn = fn(gitdir: &Path, remote: &str, mem: &str, force: bool) -> Result<PushOutcome, BackendError>;Expand description
Engine::push dispatch for git-branch mounts.
pub type GitBranchPushFn = fn(gitdir: &Path, remote: &str, mem: &str, force: bool) -> Result<PushOutcome, BackendError>;Engine::push dispatch for git-branch mounts.