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

pub type Signals = SignalsInfo<SignalOnly>;
This is supported 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.