pub fn read_avro_schema_from_reader<R: Read>(_: &mut R) -> Result<Schema>
Expand description

Read Avro schema given a reader (requires the avro feature)