pub trait Draw { // Required method fn draw(&self, b: DrawingArea<RatatuiBackend<'_, '_>, Shift>) -> AreaResult; }