Skip to main content

SttExt

Trait SttExt 

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

Required Methods§

Source

fn stt(&self) -> &Stt<R>

Implementors§

Source§

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