pub struct Wry<T: UserEvent> { /* private fields */ }
Expand description

A Tauri Runtime wrapper around wry.

Trait Implementations

Formats the value using the given formatter. Read more

The message dispatcher.

The runtime handle type.

The global shortcut manager type.

The clipboard manager type.

The proxy type.

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

Creates a new webview runtime on any thread.

Creates an EventLoopProxy that can be used to dispatch user events to the main event loop.

Gets a runtime handle.

Gets the global shortcut manager.

Gets the clipboard manager.

Create a new webview window.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.