Type Definition signal_hook::iterator::Signals
source · pub type Signals = SignalsInfo<SignalOnly>;
Available on non-Windows and crate feature
iterator
only.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.