Crate tauri_runtime
source ·Expand description
Internal runtime between Tauri and the underlying webview runtime.
Modules§
- Create window and system tray menus.
- Types useful for interacting with a user’s monitors.
- Items specific to the
Runtime
’s webview. - A layer between raw
Runtime
webview windows and Tauri.
Structs§
- Window icon.
- Metadata for a runtime event loop iteration on
run_iteration
.
Enums§
- Action to take when the event loop is about to exit
- Event triggered on the event loop run.
- A system tray event.
- Type of user attention requested on a window.
Traits§
- Clipboard manager.
- Webview dispatcher. A thread-safe handle to the webview API.
- A global shortcut manager.
- The webview runtime interface.
- A
Send
handle to the runtime. - A type that can be used as an user event.
Type Aliases§
- Result type.