pub trait Instance: PeripheralType + 'static { }Expand description
Comp stub peripheral type
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Instance: PeripheralType + 'static { }Comp stub peripheral type
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".