Skip to main content

GitBranchPushFn

Type Alias GitBranchPushFn 

Source
pub type GitBranchPushFn = fn(gitdir: &Path, remote: &str, mem: &str, force: bool) -> Result<PushOutcome, BackendError>;
Expand description

Engine::push dispatch for git-branch mounts.