ConnectorProxyInterface

Trait ConnectorProxyInterface 

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

Required Methods§

Implementors§