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