Type Alias signal_hook_mio::v0_8::Signals
source · pub type Signals = SignalsInfo<SignalOnly>;
Expand description
A simplified signal iterator.
This is the SignalsInfo
, but returning only the signal numbers. This is likely the
one you want to use.
Aliased Type§
struct Signals(/* private fields */);