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.
pub fn copy<R: Reader, W: Writer>(r: &mut R, w: &mut W) -> IoResult<()>
Copies all data from a Reader to a Writer.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).