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