pub type WindowBuilderHook = Box<dyn FnOnce(WindowAttributes) -> WindowAttributes>;Aliased Typeยง
struct WindowBuilderHook(/* private fields */);pub type WindowBuilderHook = Box<dyn FnOnce(WindowAttributes) -> WindowAttributes>;struct WindowBuilderHook(/* private fields */);