SubscriberProxyInterface

Trait SubscriberProxyInterface 

Source
pub trait SubscriberProxyInterface: Send + Sync {
    // Required method
    fn subscribe_to_service(
        &self,
        service: &str,
        subscriber: ClientEnd<ServiceSubscriberMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§