Function plumbum::io::writer [] [src]

pub fn writer<'a, W: 'a + Write>(w: W) -> ConduitM<'a, u8, Void, Result<()>>

A conduit that consumes bytes and writes them to the given Write.