io_writer

Function io_writer 

Source
pub fn io_writer<W: Write + Default>(write: W) -> MultiIoWriter<W>
Expand description

Constructs a MultipartWrite from an std::io::Write.