[][src]Type Definition signal_hook::iterator::Signals

type Signals = SignalsInfo<SignalOnly>;

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.