Trait klib::core::note::ToUniversal
source · pub trait ToUniversal {
// Required method
fn to_universal(self) -> Self;
}
Expand description
Required Methods§
sourcefn to_universal(self) -> Self
fn to_universal(self) -> Self
Converts this note to a universal pitch.
Object Safety§
This trait is not object safe.