[][src]Type Definition term::StderrTerminal

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

Alias for stderr terminals.