Type Alias freya::prelude::EventLoopBuilderHook

pub type EventLoopBuilderHook = Box<dyn FnOnce(&mut EventLoopBuilder<EventMessage>)>;

Aliased Typeยง

struct EventLoopBuilderHook(/* private fields */);