[][src]Trait ringui::ParameterGroup

pub trait ParameterGroup {
    fn add_parameters(&self, group: &mut GroupV);
fn set(&mut self, other: &Self); }

Required Methods

Implementors