Type Definition signal_hook::iterator::Signals
source · [−]pub type Signals = SignalsInfo<SignalOnly>;
Expand description
A type alias for an iterator returning just the signal numbers.
This is the simplified version for most of the use cases. For advanced usages, the
SignalsInfo
with explicit Exfiltrator
type can be used.