Trait git_next_git::repository::RepositoryLike
source · pub trait RepositoryLike {
// Required methods
fn open(&self, gitdir: &GitDir) -> Result<OpenRepository>;
fn git_clone(&self, repo_details: &RepoDetails) -> Result<OpenRepository>;
}