Trait yaxpeax_core::arch::display::BaseDisplay[][src]

pub trait BaseDisplay<F, U> where
    Self: Arch,
    Self::Address: Hash + NodeTrait
{ fn render_frame<Data: Iterator<Item = u8>, W: Write>(
        dest: &mut W,
        addr: Self::Address,
        instr: &Self::Instruction,
        bytes: &mut Data,
        ctx: Option<&U>
    ) -> Result; }

Required methods

Implementations on Foreign Types

Implementors