Trait klib::core::modifier::HasIsDominant
source · pub trait HasIsDominant {
// Required method
fn is_dominant(&self) -> bool;
}
Expand description
A trait for types that have a static name.
Required Methods§
sourcefn is_dominant(&self) -> bool
fn is_dominant(&self) -> bool
Returns whether the type (usually the modifier enum) is dominant.