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

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]