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

SystemTrayEvent

A system tray event.

Enums

Error
Icon

A icon definition.

Traits

Dispatch

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

MenuId

A type that can be derived into a menu id.

Params

Types associated with the running Tauri application.

Runtime

The webview runtime interface.

Type Definitions

Result

Result type.