[][src]Type Definition signal_hook_mio::v0_6::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 Evented for Signals[src]