Function relm4::gtk_application

source ·
pub fn gtk_application() -> Application
Expand description

Returns the application created by RelmApp::new.

Panics

This function panics if RelmApp::new wasn’t called before or this function is not called on the thread that also called RelmApp::new.