Struct amber::console::Console [] [src]

pub struct Console {
    pub is_color: bool,
    // some fields omitted
}

Fields

is_color: bool

Methods

impl Console
[src]

fn new() -> Self

fn carriage_return(&mut self)

fn cursor_up(&mut self)

fn delete_line(&mut self)

fn write_with_clear(&mut self, kind: ConsoleTextKind, val: &str)

fn write(&mut self, kind: ConsoleTextKind, val: &str)

fn flush(&mut self)

fn reset(&mut self)

fn write_match_line(&mut self, src: &[u8], m: &Match)