pub trait Simplex: Capability { }
Expand description

Type-level enum representing a UART that has transmit or receive capability, but not both

Implementors