Trait ConvcoMessageExt

Source
pub trait ConvcoMessageExt {
    // Required method
    fn version_incr_kind(&self, cfg: &VersioningConfig) -> VersionIncr;
}
Expand description

Extension trait for conventional messages

Required Methods§

Source

fn version_incr_kind(&self, cfg: &VersioningConfig) -> VersionIncr

Determines the kin of version increment for a conventional message

Implementors§