Struct safe_app::App [] [src]

pub struct App { /* fields omitted */ }

Handle to an application instance.

Methods

impl App
[src]

Create unregistered app.

Create registered app.

Send a message to app's event loop

Trait Implementations

impl Drop for App
[src]

A method called when the value goes out of scope. Read more