Module ext_mod

Source
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.
PyAppHandleStateError
This error indicates that the app was not initialized using App::try_build, i.e. it was not created by pytauri.

Enums§

ImplManager
The Implementors of tauri::Manager.
RunEvent
see also: tauri::RunEvent

Traits§

PyAppHandleExt
You can use this trait to get the global singleton Py<AppHandle>.

Type Aliases§

EventId
See also: tauri::EventId. Unique id of an event.
ImplListener
The Implementors of tauri::Listener.
PyAppHandleStateResult