[][src]Trait committed::Style

pub trait Style {
    fn subject(&self) -> &str;
fn body(&self) -> Option<&str>;
fn type_(&self) -> Option<UniCase<&str>>;
fn scope(&self) -> Option<UniCase<&str>>; }

Required methods

fn subject(&self) -> &str

fn body(&self) -> Option<&str>

fn type_(&self) -> Option<UniCase<&str>>

fn scope(&self) -> Option<UniCase<&str>>

Loading content...

Implementors

impl<'c> Style for committed::conventional::Commit<'c>[src]

impl<'c> Style for committed::no_style::Commit<'c>[src]

Loading content...