Struct std::io::Broadcast
[−]
[src]
pub struct Broadcast<T, U> { // some fields omitted }
A Write
adaptor which will write data to multiple locations.
This struct is generally created by calling broadcast()
on a
writer. Please see the documentation of broadcast()
for more details.