pub trait PitchMod { type Output; // Required method fn pmod(self) -> Self::Output; }
The PitchMod trait is a particular implementation of the PyMod trait, specifically binding the caller to a mod 12 space.
PitchMod
PyMod