pub trait CommitVerifier { // Required method fn verify(&self, commit_hash: CommitHash, commit: &Commit) -> Result<()>; }