[][src]Function vgtk::quit

pub fn quit()

Tell the running Application to quit.

This calls Application::quit() on the current default Application. It will cause the vgtk::run() in charge of that Application to terminate.