Type Alias freya::prelude::EventLoopBuilderHook
pub type EventLoopBuilderHook = Box<dyn FnOnce(&mut EventLoopBuilder<EventMessage>)>;
Aliased Typeยง
struct EventLoopBuilderHook(/* private fields */);
pub type EventLoopBuilderHook = Box<dyn FnOnce(&mut EventLoopBuilder<EventMessage>)>;
struct EventLoopBuilderHook(/* private fields */);