IntoPitchClass

Trait IntoPitchClass 

Source
pub trait IntoPitchClass<P, K>
where P: RawPitchClass<Tag = K>, K: Accidental,
{ // Required method fn into_pitch_class(self) -> PitchClass<P, K>; }

Required Methods§

Implementations on Foreign Types§

Source§

impl<P, K> IntoPitchClass<P, K> for isize
where P: PitchClassRepr<Tag = K>, K: Accidental,

Implementors§