Type Alias tauri_runtime::webview::WebviewIpcHandler

source ·
pub type WebviewIpcHandler<T, R> = Box<dyn Fn(DetachedWindow<T, R>, String) + Send>;
Expand description

IPC handler.

Aliased Type§

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