Trait terminal_cli::CliTerminal [−] [src]

pub trait CliTerminal {
    fn output_line(&mut self, line: &str);
}

Terminal trait.

Required Methods

fn output_line(&mut self, line: &str)

Output a string with the newline characters at the end. The implementation adds the newline control characters.

Implementors