[][src]Function git_trim::delete_remote_branches

pub fn delete_remote_branches(
    repo: &Repository,
    remote_branches: &[RemoteBranch],
    dry_run: bool
) -> Result<()>