pub trait UpdateOutput: Sized {
    fn update(&mut self, settings: &mut DataObj<'_>);
}

Required Methods

Implementors