Struct yup_hyper_mock::TeeStream
[−]
[src]
pub struct TeeStream<T> { pub read_write: T, pub copy_to: Stderr, }
A NetworkStream
compatible stream which contains another NetworkStream
,
whose traffic will be written to another stream.
Currently that stream will always be standard error.
Fields
read_write | |
copy_to |