pub trait ReporterProxyInterface: Send + Sync { // Required method fn report(&self, payload: Crash) -> Result<(), Error>; }