Struct cargo::util::GitRepo
[−]
[src]
pub struct GitRepo;
pub struct GitRepo;
impl GitRepo
fn init(path: &Path) -> CargoResult<GitRepo>
fn discover(path: &Path) -> Result<Repository, Error>