Type Definition term::StdoutTerminal[][src]

type StdoutTerminal = dyn Terminal<Output = Stdout> + Send;

Alias for stdout terminals.