Struct std::io::Broadcast
[−]
[src]
pub struct Broadcast<T, U> { // some fields omitted }
Unstable
: awaiting stability of Write::broadcast
A Write
adaptor which will write data to multiple locations.
For more information, see Write::broadcast
.