Trait yaxpeax_arch::Colorize[][src]

pub trait Colorize<T: Write, Y: YaxColors + ?Sized> {
    fn colorize(&self, colors: &Y, out: &mut T) -> Result;
}

Required methods

fn colorize(&self, colors: &Y, out: &mut T) -> Result[src]

Loading content...

Implementors

Loading content...