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

pub trait Exfiltrator: Exfiltrator { }

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

impl<E: Exfiltrator> Exfiltrator for E[src]

Loading content...