Struct cargo::util::GitRepo [] [src]

pub struct GitRepo;

Methods

impl GitRepo
[src]

fn init(path: &Path, _: &Path) -> CargoResult<GitRepo>

fn discover(path: &Path, _: &Path) -> Result<RepositoryError>