Expand description
Threadsafe variant of OutputTracker and OutputSubject.
For an example on how to use it see the crate level documentation.
Structs§
- Output
Subject - Holds created
OutputTrackers and emits data to all known trackers. - Output
Tracker - A struct that collects state data or action data of any kind.
Enums§
- Error
- Error type for the threadsafe
OutputTrackerandOutputSubject.