Trait signal_hook::iterator::exfiltrator::Exfiltrator [−][src]
A trait describing what and how is extracted from signal handlers.
By choosing a specific implementor as the type parameter for
SignalsInfo
, one can pick how much and what information is
returned from the iterator.