pub type ImplEmitter = ImplManager;Expand description
The Implementers of tauri::Emitter.
Aliased Type§
pub enum ImplEmitter {
AppHandle(Py<AppHandle>),
WebviewWindow(Py<WebviewWindow>),
App(Py<App>),
}pub type ImplEmitter = ImplManager;The Implementers of tauri::Emitter.
pub enum ImplEmitter {
AppHandle(Py<AppHandle>),
WebviewWindow(Py<WebviewWindow>),
App(Py<App>),
}