Trait yaxpeax_arch::ShowContextual[][src]

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

Required methods

Implementors