pub fn run_error_handle_function<E: ErrorHandlerFunction>( func: E, error: &str, ) -> SyncSpawnResult
Executes an error-handling function within a panic-safe context.
E
&str
SyncSpawnResult