pub fn run<A: Application>(
app: A,
options: WindowOptions,
) -> Result<(), Box<dyn Error>>Expand description
Run a native window. Set options.agent to opt into local JSON-lines stdin/stdout.
No server is opened. EOF leaves the window open; send quit to exit.