pub fn render_frame<W: Widget>(w: &W, duration: Duration) -> Result<()>Expand description
Runs an app on an individual frame for a given Duration
Mainly useful for testing layouts, see run_app for
a more useful function
This will setup the terminal