WindowBuilderHook

Type Alias WindowBuilderHook 

Source
pub type WindowBuilderHook = Box<dyn FnOnce(WindowAttributes, &ActiveEventLoop) -> WindowAttributes + Send + Sync>;

Aliased Typeยง

pub struct WindowBuilderHook(/* private fields */);