pub trait ConfigUi {
    fn ui(&mut self, ui: &mut Ui);
}

Required Methods

Implementors