git2::Credentials [] [src]

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

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