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.
pub trait SseExt<R: Runtime> {
// Required method
fn sse(&self) -> &Sse<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the sse APIs.