Trait signal_hook::iterator::exfiltrator::Exfiltrator
source · pub trait Exfiltrator: Exfiltrator { }
Available on non-Windows and crate feature
iterator
only.Expand description
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.