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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".