Type Alias tauri_runtime_wry::CreateWebviewClosure

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

Aliased Type§

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