Type Definition git2::Credentials[][src]

type Credentials<'a> = dyn FnMut(&str, Option<&str>, CredentialType) -> Result<Cred, Error> + 'a;

Callback used to acquire credentials for when a remote is fetched.