[][src]Trait sn0int::fmt::colors::Color

pub trait Color {
    fn color<W: Write>(w: &mut W) -> Result;
fn display<W: Write, D: Display>(w: &mut W, v: D) -> Result;
fn debug<W: Write, D: Debug>(w: &mut W, v: D) -> Result; }

Required methods

fn color<W: Write>(w: &mut W) -> Result

fn display<W: Write, D: Display>(w: &mut W, v: D) -> Result

fn debug<W: Write, D: Debug>(w: &mut W, v: D) -> Result

Loading content...

Implementors

impl Color for Green
[src]

impl Color for Red
[src]

impl Color for Yellow
[src]

Loading content...