pub trait IntoChord {
// Required method
fn into_chord(self) -> Chord;
}
Expand description
A trait for types that can be converted into a Chord
.
pub trait IntoChord {
// Required method
fn into_chord(self) -> Chord;
}
A trait for types that can be converted into a Chord
.