Function std::io::util::copy[src]

pub fn copy<R: Reader, W: Writer>(r: &mut R, w: &mut W) -> IoResult<()>

Copies all data from a Reader to a Writer.