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