pub struct Positioner<R: Runtime> { /* private fields */ }
Expand description

The tauri plugin that exposes WindowExt::move_window to the webview.

Trait Implementations

Returns the “default value” for a type. Read more

The plugin name. Used as key on the plugin config object.

Extend commands to crate::Builder::invoke_handler.

Initializes the plugin.

The JS script to evaluate on webview initialization. The script is wrapped into its own context with (function () { /* your script here */ })();, so global variables must be assigned to window instead of implicity declared. Read more

Callback invoked when the webview is created.

Callback invoked when the webview performs a navigation to a page.

Callback invoked when the event loop receives a new event.

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.

The none-equivalent value.

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.