Trait x1b::RGB [] [src]

pub trait RGB {
    fn fg(&self, buf: &mut String);
    fn bg(&self, buf: &mut String);
}

Required Methods

fn fg(&self, buf: &mut String)

fn bg(&self, buf: &mut String)

Implementors