ActionParameter

Trait ActionParameter 

Source
pub trait ActionParameter {
    // Required method
    fn apply_and_save(&mut self, rows: &[RowData], current_preset: Option<u16>);
}

Required Methods§

Source

fn apply_and_save(&mut self, rows: &[RowData], current_preset: Option<u16>)

Implementors§