pub trait JsExt<R: Runtime> {
// Required method
fn js(&self) -> &Js<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the js APIs.
pub trait JsExt<R: Runtime> {
// Required method
fn js(&self) -> &Js<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the js APIs.