Struct tauri::Wry

source · []
pub struct Wry { /* private fields */ }
This is supported on crate feature wry only.
Expand description

A Tauri Runtime wrapper around wry.

Trait Implementations

The message dispatcher.

The runtime handle type.

The global shortcut manager type.

The clipboard manager type.

The tray handler type.

Creates a new webview runtime. Must be used on the main thread.

Creates a new webview runtime on any thread.

Gets a runtime handle.

Gets the global shortcut manager.

Gets the clipboard manager.

Create a new webview window.

Adds the icon to the system tray with the specified menu items.

Registers a system tray event handler.

Runs the one step of the webview runtime event loop and returns control flow to the caller.

Run the webview runtime.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.