pub trait ConnectorProxyInterface: Send + Sync {
// Required method
fn signal_processing_connect(
&self,
protocol: ServerEnd<SignalProcessingMarker>,
) -> Result<(), Error>;
}
pub trait ConnectorProxyInterface: Send + Sync {
// Required method
fn signal_processing_connect(
&self,
protocol: ServerEnd<SignalProcessingMarker>,
) -> Result<(), Error>;
}