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