pub trait AsOctave { // Required method fn as_octave(&self) -> Octave; }
A trait for converting a reference into an Octave.
Octave