Type Definition polkadot_overseer_gen::SubsystemIncomingMessages[][src]

pub type SubsystemIncomingMessages<M> = Select<MeteredReceiver<MessagePacket<M>>, UnboundedMeteredReceiver<MessagePacket<M>>>;
Expand description

Incoming messages from both the bounded and unbounded channel.