pub fn set_trigger_function(f: Trigger)
Expand description
This function will be called any time the FAULT_INJECT_COUNTER
reaches 0
and an error is injected. You can use this to re-set the counter for deep
fault tree enumeration, test auditing, etc…
The function accepts the crate name, file name, and line number as arguments.