[][src]Function cargo::sources::git::fetch

pub fn fetch(
    repo: &mut Repository,
    url: &str,
    refspec: &str,
    config: &Config
) -> CargoResult<()>