winconsole::window
pub fn activate(display: bool) -> WinResult<()>
Brings the window to the foreground and activates it, optionally displaying it.
display
window::activate(true).unwrap();
IoError