Skip to main content

QrtrConnectorProxyInterface

Trait QrtrConnectorProxyInterface 

Source
pub trait QrtrConnectorProxyInterface: Send + Sync {
    type GetConnectionResponseFut: Future<Output = Result<QrtrConnectorGetConnectionResult, Error>> + Send;

    // Required method
    fn get_connection(
        &self,
        options: &ConnectionOptions,
        proxy: ServerEnd<QrtrClientConnectionMarker>,
    ) -> Self::GetConnectionResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§