pub trait DiagnosticsProxyInterface: Send + Sync {
type LogDebugInfoToSyslogResponseFut: Future<Output = Result<(), Error>> + Send;
// Required method
fn log_debug_info_to_syslog(&self) -> Self::LogDebugInfoToSyslogResponseFut;
}
pub trait DiagnosticsProxyInterface: Send + Sync {
type LogDebugInfoToSyslogResponseFut: Future<Output = Result<(), Error>> + Send;
// Required method
fn log_debug_info_to_syslog(&self) -> Self::LogDebugInfoToSyslogResponseFut;
}