Trait Message
last_git_commit
pub trait Message { fn message(&self) -> String; }
Message
fn message(&self) -> String
impl Message for LastGitCommit