Type Definition tauri_runtime::webview::WebviewRpcHandler [−][src]
type WebviewRpcHandler<P> = Box<dyn Fn(DetachedWindow<P>, RpcRequest) + Send>;
Expand description
Rpc handler.
type WebviewRpcHandler<P> = Box<dyn Fn(DetachedWindow<P>, RpcRequest) + Send>;
Rpc handler.