Type Definition OnErrorCallback
resolved_ts
type OnErrorCallback = Box<dyn Fn(ObserveID, Region, Error) + Send>;