Trait kernel::io::console::VideoConsole
source · trait VideoConsole: Send + Sync {
// Required methods
fn init(&mut self);
fn set_attrib(&mut self, attrib: VideoConsoleAttribute);
fn write_byte(&mut self, c: u8);
fn backspace(&mut self);
}