Type Alias git2::build::RemoteCreate
source · pub type RemoteCreate<'cb> = dyn for<'a> FnMut(&'a Repository, &str, &str) -> Result<Remote<'a>, Error> + 'cb;
Expand description
Type of callback passed to RepoBuilder::remote_create
.
The second and third arguments are the remote’s name and the remote’s URL.