[][src]Type Definition term::StderrTerminal

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

Alias for stderr terminals.