Type Definition StderrTerminal
term
type StderrTerminal = dyn Terminal<Output = Stderr> + Send;
Alias for stderr terminals.