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