SseExt

Trait SseExt 

Source
pub trait SseExt<R: Runtime> {
    // Required method
    fn sse(&self) -> &Sse<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the sse APIs.

Required Methods§

Source

fn sse(&self) -> &Sse<R>

Implementors§

Source§

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