render_app

Function render_app 

Source
pub fn render_app(
    state: ProtectedState<'static>,
    frame: &mut Frame<'_, CrosstermBackend<Stdout>>,
    buf: String,
    show: Option<Record>,
    show_recurring: Option<RecurringRecord>,
)