Type Definition tauri_runtime::webview::WebviewIpcHandler
source · [−]pub type WebviewIpcHandler<R> = Box<dyn Fn(DetachedWindow<R>, String) + Send>;
Expand description
IPC handler.
pub type WebviewIpcHandler<R> = Box<dyn Fn(DetachedWindow<R>, String) + Send>;
IPC handler.