[][src]Trait last_git_commit::Branch

pub trait Branch {
    fn branch(&self) -> String;
}

Branch

Required methods

fn branch(&self) -> String

Loading content...

Implementors

impl Branch for LastGitCommit[src]

Loading content...