Trait tauri::Params[][src]

pub trait Params: ParamsBase {
    type Event: Tag;
    type Label: Tag;
    type Assets: Assets;
    type Runtime: Runtime;
}

Types associated with the running Tauri application.

Associated Types

type Event: Tag[src]

The event type used to create and listen to events.

type Label: Tag[src]

The type used to determine the name of windows.

type Assets: Assets[src]

Assets that Tauri should serve from itself.

type Runtime: Runtime[src]

The underlying webview runtime used by the Tauri application.

Loading content...

Implementors

Loading content...