pub trait WaveVariant {
    fn kind(&self) -> WaveKind;
}

Required Methods

Implementors