Trait StreamConfigConnectorProxyInterface

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

Required Methods§

Implementors§