pub type OutgoingRequestChannel = Sender<(VmId, OutgoingRequest)>;

Aliased Type§

struct OutgoingRequestChannel { /* private fields */ }