Trait Notes
rust_music_theory::note
pub trait Notes { fn notes(&self) -> Vec<Note>; fn print_notes(&self) { ... } }
fn notes(&self) -> Vec<Note>
fn print_notes(&self)
impl Notes for Chord
impl Notes for Scale