Trait yaxpeax_core::arch::msp430::PartialInstructionContext[][src]

pub trait PartialInstructionContext {
    fn indicator_tag(&self) -> &'static str;
fn address(&self) -> Option<u16>;
fn comment(&self) -> Option<&str>;
fn control_flow(&self) -> Option<&Effect<u16>>; }

Required methods

Implementors