pub trait SystemComponentsExt<R: Runtime> {
// Required method
fn system_components(&self) -> &SystemComponents<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the system-components APIs.
Required Methods§
fn system_components(&self) -> &SystemComponents<R>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".