pub trait Instance: Sealed + Degrade { }Expand description
A peripheral singleton compatible with the UART driver.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Instance: Sealed + Degrade { }A peripheral singleton compatible with the UART driver.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".