Type Definition tauri_runtime::webview::WebviewRpcHandler[][src]

pub type WebviewRpcHandler<R> = Box<dyn Fn(DetachedWindow<R>, RpcRequest) + Send>;
Expand description

Rpc handler.