pub fn stream(from: &mut impl Read, to: &mut impl Write) -> Result<()>
Transfer data from a reader to a writer.