pub trait UpdateDisplay {
    fn update_display(&mut self);
}

Required methods

Implementors