pub trait AddressPinSet {
const ADDRESS_PINS: u8;
}
Expand description
Set of address pins
Required Associated Constants§
Sourceconst ADDRESS_PINS: u8
const ADDRESS_PINS: u8
The number of address pins in this set of pins
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.