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

Required Methods

Implementors