Struct std::io::Sink
[−]
[src]
pub struct Sink {
// some fields omitted
}A writer which will move data into the void.
This struct is generally created by calling sink()`sink()`. Please
see the documentation of sink()`sink()` for more details.