Module traps

Module traps 

Source
Expand description

Facilities for configuring trap handlers.

Structs§

TrapHandlerConfig
Configuration for trap handlers in the shell.
TrapSignalNumberError
Error type used when failing to convert a TrapSignal to a number.

Enums§

TrapSignal
Type of signal that can be trapped in the shell.

Functions§

format_signals
Formats Iterator<Item = TrapSignal> to the provided writer.