Trait tauri_runtime::Params [−][src]
pub trait Params: ParamsBase + 'static {
type Event: Tag;
type Label: Tag;
type MenuId: MenuId;
type SystemTrayMenuId: MenuId;
type Assets: Assets;
type Runtime: Runtime;
}Expand description
Types associated with the running Tauri application.
Associated Types
type SystemTrayMenuId: MenuId
type SystemTrayMenuId: MenuIdThe type used to determine system tray menu ids.