Struct term::WinConsoleExperimental
[-]
[+]
[src]
pub struct WinConsole<T> { // some fields omitted }
A Terminal implementation which uses the Win32 Console API.
Methods
impl<T: Writer + Send> WinConsole<T>
fn new(out: T) -> Option<Box<Terminal<T> + Send + 'static>>
Returns None
whenever the terminal cannot be created for some
reason.