pub trait ConvcoMessageExt {
// Required method
fn version_incr_kind(&self, cfg: &VersioningConfig) -> VersionIncr;
}
Expand description
Extension trait for conventional messages
Required Methods§
Sourcefn version_incr_kind(&self, cfg: &VersioningConfig) -> VersionIncr
fn version_incr_kind(&self, cfg: &VersioningConfig) -> VersionIncr
Determines the kin of version increment for a conventional message