[][src]Function datagen::write_avro

pub fn write_avro<W: Write>(
    writer: W,
    schema_path: String,
    num_records: i64
) -> DataGenResult<()>