Function plumbum::io::reader [] [src]

pub fn reader<'a, R: 'a + Read>(r: R, z: usize) -> ConduitM<'a, Void, u8, Result<()>>

A conduit that produces bytes it reads from the given Read.