pub trait Tx: LpPin + OutputPin { }Expand description
Trait representing the LP_UART TX pin.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Tx: LpPin + OutputPin { }Trait representing the LP_UART TX pin.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".