Function plumbum::io::writer_flush [] [src]

pub fn writer_flush<'a, W: 'a + Write>(
    w: W
) -> ConduitM<'a, Flush<Vec<u8>>, (), Result<()>>

A conduit that consumes bytes and writes them to the given Write, while also providing flushing capabilities.