pub type BoundedMpscQueueReceiver<T> = MpscQueueReceiver<T, BoundedHandle<MpscQueueWrapper<T>>>;Aliased Typeยง
pub struct BoundedMpscQueueReceiver<T>(/* private fields */);pub type BoundedMpscQueueReceiver<T> = MpscQueueReceiver<T, BoundedHandle<MpscQueueWrapper<T>>>;pub struct BoundedMpscQueueReceiver<T>(/* private fields */);