[][src]Type Definition term::StdoutTerminal

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

Alias for stdout terminals.