pub type VmbusRelayChannelHalf = RelayChannelHalf<ModifyRelayRequest, ModifyConnectionResponse>;
Aliased Type§
struct VmbusRelayChannelHalf {
pub request_receive: Receiver<ModifyRelayRequest>,
pub response_send: Sender<ModifyConnectionResponse>,
}
Fields§
§request_receive: Receiver<ModifyRelayRequest>
§response_send: Sender<ModifyConnectionResponse>