pub fn translate_reader<R, W>( input: R, from: Option<Format>, to: Format, output: W, ) -> Result<()>where R: Read, W: Write,
Translates the contents of a single reader to a different format.
See Translator::translate_reader.
Translator::translate_reader