pub trait HaRendererErrorReporter: Send + Sync { // Required method fn on_report(&self, error: Error); }