Expand description
Facilities for configuring trap handlers.
Structs§
- Trap
Handler Config - Configuration for trap handlers in the shell.
- Trap
Signal Number Error - Error type used when failing to convert a
TrapSignalto a number.
Enums§
- Trap
Signal - Type of signal that can be trapped in the shell.
Functions§
- format_
signals - Formats
Iterator<Item = TrapSignal>to the provided writer.