Trait git_repository::prelude::ConfigAccessExt[][src]

pub trait ConfigAccessExt: Access + Sized {
    fn committer(&self) -> Signature { ... }
fn hash_kind(&self) -> Result<Kind, Error> { ... } }

Provided methods

The kind of hash the repository is configured to use

Implementors