Struct async_std::io::Sink [−][src]
pub struct Sink { /* fields omitted */ }Expand description
A writer that consumes and drops all data.
This writer is constructed by the sink function. See its documentation
for more.
pub struct Sink { /* fields omitted */ }A writer that consumes and drops all data.
This writer is constructed by the sink function. See its documentation
for more.