Expand description
Non-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 - Collects state data or action data of any kind.
Enums§
- Error
- Error type for the non-threadsafe
OutputTrackerandOutputSubject.