pub fn import_from_reader<R: Read, W: Write>( input_format: &str, reader: R, writer: &mut W, ) -> Result<(), Box<dyn Error>>