pub trait Pins<USART> {
const FLOWCTL: bool;
const DEM: bool;
const HALF_DUPLEX: bool;
}Expand description
Pins trait for detecting hardware flow control or RS485 mode.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.