Skip to main content

PlauthExt

Trait PlauthExt 

Source
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§

Source

fn plauth(&self) -> &Plauth<R>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> PlauthExt<R> for T