pub trait ConfigAccessExt: Access + Sized { fn committer(&self) -> Signature { ... } fn hash_kind(&self) -> Result<Kind, Error> { ... } }
The kind of hash the repository is configured to use