pub fn render_plain(app: &App, width: u16, height: u16) -> Result<String, Error>
Render app on a TestBackend and return the buffer as plain text.
app
TestBackend
Returns an error if the test terminal cannot be created or drawn.