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

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