pub trait OscillatorProcess {
    fn process_block(&mut self, _cfg: OscillatorProcessBlockCfg) { ... }
}

Provided methods

Implementors