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.
This struct is generally created by calling broadcast() on a
writer. Please see the documentation of broadcast() for more details.