Trait klib::core::note::IntoChord

source ·
pub trait IntoChord {
    // Required method
    fn into_chord(self) -> Chord;
}
Expand description

A trait for types that can be converted into a Chord.

Required Methods§

source

fn into_chord(self) -> Chord

Converts this type into a Chord (usually a Note).

Implementors§