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