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