pub trait DiagnosticDeviceProxyInterface: Send + Sync { // Required method fn dump_state(&self, dump_type: u32) -> Result<(), Error>; }