Module event_emitter

Module event_emitter 

Source
Expand description

Event emitter trait for cross-crate event broadcasting.

This module defines the abstraction for emitting application events. Implementations handle transport details (channels, Tauri events, SSE, etc.).

Structs§

NoopEmitter
A no-op event emitter for tests and CLI contexts.

Traits§

AppEventEmitter
Trait for emitting application events.