announcement
Module: control::announcement
Section titled “Module: control::announcement”Contents
Section titled “Contents”Enums
ControlAnnouncement- Runtime-level messages emitted by command handling and consumed by the
firma_tui::control::announcement::ControlAnnouncement
Section titled “firma_tui::control::announcement::ControlAnnouncement”Enum
Runtime-level messages emitted by command handling and consumed by the runner.
These are separated from key commands so shutdown can be handled at the event-loop boundary instead of inside view state.
Variants:
ShutdownRequested- Stop accepting new work and leave the event loop.
Traits: Eq, Copy
Trait Implementations:
- PartialEq
fn eq(self: &Self, other: &ControlAnnouncement) -> bool
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Clone
fn clone(self: &Self) -> ControlAnnouncement