Type Definition signal_hook::iterator::Signals [−][src]
type Signals = SignalsInfo<SignalOnly>;
This is supported on non-Windows and crate feature
iterator only.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.