Type Definition term::StdoutTerminal [] [src]

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

Alias for stdout terminals.