pub trait ArchiveAccessorProxyInterface: Send + Sync {
// Required method
fn stream_diagnostics(
&self,
stream_parameters: &StreamParameters,
result_stream: ServerEnd<BatchIteratorMarker>,
) -> Result<(), Error>;
}