tauri_runtime::webview

Type Alias WebviewIpcHandler

Source
pub type WebviewIpcHandler<T, R> = Box<dyn Fn(DetachedWebview<T, R>, Request<String>) + Send>;
Expand description

IPC handler.

Aliased Typeยง

struct WebviewIpcHandler<T, R>(/* private fields */);