Type Definition term::StderrTerminal[][src]

type StderrTerminal = dyn Terminal<Output = Stderr> + Send;
[]

Alias for stderr terminals.