Struct bitflags::__core::io::Sink [] [src]

pub struct Sink {
    // some fields omitted
}
1.0.0
[]

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.