CreateWindowClosure

Type Alias CreateWindowClosure 

Source
pub type CreateWindowClosure<T> = Box<dyn FnOnce(&EventLoopWindowTarget<Message<T>>) -> Result<WindowWrapper> + Send>;

Aliased Typeยง

pub struct CreateWindowClosure<T>(/* private fields */);