mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
feat!: add Listener and Emitter traits (#9640)
* feat!: add `Listener` and `Emitter` traits * keep only trait implementation * change file * fix doctests * fix build
This commit is contained in:
@@ -12,7 +12,7 @@ use serde::Serialize;
|
||||
use tauri::{
|
||||
ipc::Channel,
|
||||
webview::{PageLoadEvent, WebviewWindowBuilder},
|
||||
App, AppHandle, Manager, RunEvent, Runtime, WebviewUrl,
|
||||
App, AppHandle, Emitter, Listener, Manager, RunEvent, Runtime, WebviewUrl,
|
||||
};
|
||||
use tauri_plugin_sample::{PingRequest, SampleExt};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user