Trait klib::chord::HasModifiers

source ·
pub trait HasModifiers {
    fn modifiers(&self) -> &HashSet<Modifier>;
}
Expand description

A trait that represents a type that has modifiers.

Required Methods§

Returns the modifiers of the implementor (most likely a Chord).

Implementors§