Type Alias OutgoingRequestChannel

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

Aliased Typeยง

struct OutgoingRequestChannel { /* private fields */ }