[][src]Trait rbtag::BuildInfo

pub trait BuildInfo {
    fn get_build_commit(&self) -> &'static str;
}

Trait for returning the build commit short hash

Required methods

fn get_build_commit(&self) -> &'static str

Loading content...

Implementors

Loading content...