[][src]Function winconsole::console::set_title

pub fn set_title(title: &str) -> WinResult<()>

Sets the title of the console window.

Arguments

Examples

console::set_title("My Console").unwrap();

Errors