Skip to main content

view

Function view 

Source
pub fn view(app: &App, frame: &mut Frame<'_>)
Expand description

Render the application state into the given frame.

This is the TEA view function — it reads App state and produces visual output. No mutation occurs.