Struct std::io::Tee
[−]
[src]
pub struct Tee<R, W> { // some fields omitted }
Deprecated since 1.6.0
: error handling semantics unclear and don't seem to have an ergonomic resolution
An adaptor which will emit all read data to a specified writer as well.
This struct is generally created by calling tee()
on a reader.
Please see the documentation of tee()
for more details.