Trait signal_hook::iterator::exfiltrator::Exfiltrator[][src]

pub trait Exfiltrator: Exfiltrator { }
This is supported 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.

Implementors