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