Trait st7032i::InstructionSet

source ·
pub trait InstructionSet {
    // Required method
    fn value() -> u8;
}

Required Methods§

source

fn value() -> u8

Object Safety§

This trait is not object safe.

Implementors§