[][src]Function winconsole::console::flush_output

pub fn flush_output() -> WinResult<()>

Flushes the console output buffer.

Examples

console::flush_output().unwrap();

Errors