fn draw()

in src/app.rs [172:174]


    fn draw(&self, frame: &mut Frame) {
        frame.render_widget(self, frame.area())
    }