Crate tauri_runtime[][src]

Expand description

Internal runtime between Tauri and the underlying webview runtime.

Modules

menumenu or system-tray

Create window and system tray menus.

monitor

Types useful for interacting with a user’s monitors.

tag

Working with “string-able” types.

webview

Items specific to the Runtime’s webview.

window

A layer between raw Runtime webview windows and Tauri.

Structs

RunIteration

Metadata for a runtime event loop iteration on run_iteration.

SystemTray

Enums

Error
Icon

A icon definition.

RunEvent

Event triggered on the event loop run.

SystemTrayEvent

A system tray event.

UserAttentionType

Type of user attention requested on a window.

Traits

ClipboardManager

Clipboard manager.

Dispatch

Webview dispatcher. A thread-safe handle to the webview API.

GlobalShortcutManager

A global shortcut manager.

MenuId

A type that can be derived into a menu id.

Params

Types associated with the running Tauri application.

Runtime

The webview runtime interface.

RuntimeHandle

A Send handle to the runtime.

Type Definitions

Result

Result type.