Type Definition StdoutTerminal
term
type StdoutTerminal = dyn Terminal<Output = Stdout> + Send;
Alias for stdout terminals.