Macro run_error_handler

Source
macro_rules! run_error_handler {
    ($error_handler:ident, $config:ident, $rx:ident) => { ... };
}