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