Skip to main content

TtsExt

Trait TtsExt 

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

Required Methods§

Source

fn tts(&self) -> &Tts<R>

Implementors§

Source§

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