tauri_runtime_wry

Type Alias CreateWindowClosure

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

Aliased Typeยง

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