type Uart1RxReceiver<'a> = Receiver<'a, Response, UART1_RX_QUEUE_DEPTH>;
struct Uart1RxReceiver<'a>(/* private fields */);