Trait st7032i::InstructionSet
source · pub trait InstructionSet {
// Required method
fn value() -> u8;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait InstructionSet {
// Required method
fn value() -> u8;
}