Function std::io::util::copyExperimental [-]  [+] [src]

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

Copies all data from a Reader to a Writer.