pub type SystemTerminal = UnixTerminal;
Expand description

SystemTerminal is a concrete implementation of Terminal. Ideally you wouldn’t reference SystemTerminal in consuming code. This type is exposed for convenience if you are doing something unusual and want easier access to the constructors.