Trait johnston::pitch::Pitchable[][src]

pub trait Pitchable {
    fn to_pitch(&self) -> Pitch;
}

Required methods

Implementations on Foreign Types

Implementors