pub trait RawStream: Write + IsTerminal + Sealed { }
Available on crate feature
auto
and not (Windows and crate feature wincon
) only.Expand description
Required functionality for underlying std::io::Write
for adaptation