Expand description
You can access this module in Python via pytuari.EXT_MOD.pytuari
.
See also: tauri
Modules§
- ipc
- see also: tauri::ipc
- webview
- see also: tauri::webview
Structs§
- App
- AppHandle
- You can get the global singleton Py<AppHandle> using PyAppHandleExt.
- Context
- Event
- See also: tauri::Event.
- Listener
- See also: tauri::Listener.
- Manager
- See also: tauri::Manager.
- PyApp
Handle State Error - This error indicates that the app was not initialized using App::try_build, i.e. it was not created by pytauri.
Enums§
- Impl
Manager - The Implementors of tauri::Manager.
- RunEvent
- see also: tauri::RunEvent
Traits§
- PyApp
Handle Ext - You can use this trait to get the global singleton Py<AppHandle>.
Type Aliases§
- EventId
- See also: tauri::EventId. Unique id of an event.
- Impl
Listener - The Implementors of tauri::Listener.
- PyApp
Handle State Result