pub(crate) type HidRx<'d> = HidReader<'d, Driver<'d, USB>, REPORT_SIZE>;
HID reader half: receives host -> token reports.
pub(crate) struct HidRx<'d> { /* private fields */ }