pub trait UncapturedErrorHandler: Fn(Error) + Send + Sync + 'static { }
The callback of uncaptured_error
uncaptured_error
It must be a function with this signature.