pub type WindowBuilderHook = Box<dyn Fn(WindowAttributes) -> WindowAttributes>;

Aliased Type§

struct WindowBuilderHook(/* private fields */);