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(). Please
see the documentation of sink() for more details.