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