pub trait IntoOctave {
// Required method
fn into_octave(self) -> Octave;
}Expand description
A trait for converting a type into an Octave.
pub trait IntoOctave {
// Required method
fn into_octave(self) -> Octave;
}A trait for converting a type into an Octave.