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

Aliased Type§

struct WindowBuilderHook(/* private fields */);