Type Alias AppInitFunc

Source
pub type AppInitFunc<A> = dyn FnOnce(&ActiveEventLoop) -> Result<A>;
Expand description

App initialization function.