pub trait ErrorHandlerFunction: FnOnce(&str) + Send + Sync + 'static { }
Trait alias for error-handling functions used in a recoverable context.
&str