Expand description
Displayers for the update engine.
Currently implemented are:
LineDisplay: a line-oriented display suitable for the command line.GroupDisplay: manages state and shows the results of severalLineDisplays at once.- Some utility displayers which can be used to build custom displayers.
Structs§
- Abort
Message Display - Displays the message for an execution abort.
- Group
Display - A displayer that simultaneously manages and shows line-based output for several event buffers.
- Group
Display Stats - Line
Display - A line-oriented display.
- Line
Display Styles - Styles for
LineDisplay. - Progress
Ratio Display - Given current and total, displays
{current}/{total}.
Traits§
- ToU64
- Trait that abstracts over
usizeandu64.