[][src]Trait yaxpeax_arch::ShowContextual

pub trait ShowContextual<Addr, Ctx: ?Sized, Color: Display, T: Write, Y: YaxColors<Color>> {
    fn contextualize(
        &self,
        colors: &Y,
        address: Addr,
        context: Option<&Ctx>,
        out: &mut T
    ) -> Result; }

Required methods

fn contextualize(
    &self,
    colors: &Y,
    address: Addr,
    context: Option<&Ctx>,
    out: &mut T
) -> Result

Loading content...

Implementors

Loading content...