Struct safe_app::App [] [src]

pub struct App { /* fields omitted */ }

Handle to an application instance.

Methods

impl App
[src]

[src]

Create unregistered app.

[src]

Create registered app.

[src]

Send a message to app's event loop

Trait Implementations

impl Drop for App
[src]

[src]

Executes the destructor for this type. Read more