pub trait RawOctave { }Expand description
RawOctave is a marker trait denoting objects allowed to define octaves; it is
implemented for all (un)signed integer types.
pub trait RawOctave { }RawOctave is a marker trait denoting objects allowed to define octaves; it is
implemented for all (un)signed integer types.