Type Definition tauri_runtime::webview::WebviewIpcHandler

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

IPC handler.