pub trait Instruction {
    fn well_defined(&self) -> bool;
}

Required Methods

Implementors