pub trait LfoProcess {
    fn process(&mut self);
}

Required methods

Implementors