Skip to main content

ConnectorProxyInterface

Trait ConnectorProxyInterface 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§