Trait Draw

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

Required Methods§

Implementors§