[][src]Type Definition signal_hook_mio::v0_7::Signals

type Signals = SignalsInfo<SignalOnly>;

A simplified signal iterator.

This is the SignalsInfo, but returning only the signal numbers. This is likely the one you want to use.

Trait Implementations

impl Source for Signals[src]