Home
last modified time | relevance | path

Searched defs:WinConsole (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/library/test/src/term/
Dwin.rs12 pub(crate) struct WinConsole<T> { struct
13 buf: T,
14 def_foreground: color::Color,
15 def_background: color::Color,
16 foreground: color::Color,
17 background: color::Color,
94 impl<T: Write + Send + 'static> WinConsole<T> { implementation
144 impl<T: Write> Write for WinConsole<T> { implementation
154 impl<T: Write + Send + 'static> Terminal for WinConsole<T> { implementation