pub trait ReceiveQueueTypes<D: Device, BC>: DeviceIdContext<D> { type Meta; type Buffer: BufferMut + Debug; }
Defines opaque types for frames in the receive queue.
Metadata associated with an RX frame.
The type of buffer holding an RX frame.