Struct std::io::Broadcast
[−]
[src]
pub struct Broadcast<T, U> { // some fields omitted }
Deprecated since 1.6.0
: error handling semantics unclear and don't seem to have an ergonomic resolution
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.