pub type PlatformTerminal = UnixTerminal;Expand description
The terminal implementation for the current platform.
On Unix this aliases UnixTerminal. On Windows this aliases WindowsTerminal.
Aliased Typeยง
pub struct PlatformTerminal { /* private fields */ }