pub trait HasModifiers { fn modifiers(&self) -> &HashSet<Modifier>; }
A trait that represents a type that has modifiers.
Returns the modifiers of the implementor (most likely a Chord).
Chord