pub trait Uart<'a>: Configure + Transmit<'a> + Receive<'a> { }
Trait for a full UART device.
This includes configuring the bus, transmitting data, and receiving data.