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