ConnectionReceiver2ProxyInterface

Trait ConnectionReceiver2ProxyInterface 

Source
pub trait ConnectionReceiver2ProxyInterface: Send + Sync {
    type ConnectedResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn connected(
        &self,
        payload: ConnectionReceiver2ConnectedRequest,
    ) -> Self::ConnectedResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§