Struct std::io::Tee
[−]
[src]
pub struct Tee<R, W> { // some fields omitted }
Unstable
: awaiting stability of Read::tee
An adaptor which will emit all read data to a specified writer as well.
For more information see Read::tee
`Read::tee`