[][src]Function git_trim::delete_local_branches

pub fn delete_local_branches(
    repo: &Repository,
    branches: &[&str],
    dry_run: bool
) -> Result<()>