PlatformTerminal

Type Alias PlatformTerminal 

Source
pub type PlatformTerminal = UnixTerminal;
Expand description

An alias to the terminal available for the current platform.

On Windows this uses the WindowsTerminal, otherwise UnixTerminal.

Aliased Typeยง

pub struct PlatformTerminal { /* private fields */ }