Expand description
Event sink system for typed callback notifications.
This module defines the EventSink trait, which provides a strongly-typed interface
for handling framework notifications, replacing the legacy string-based callbacks.
Structs§
- Closure
Event Sink - A wrapper struct needed to implement
EventSinkfor closures.
Traits§
- Event
Sink - A trait for receiving structured events from the framework.
Functions§
- from_
closure - helper to create an
EventSinkfrom a closure.