Function mz_avro::decode::decode

source ·
pub fn decode<'a, R: AvroRead>(
    schema: SchemaNode<'a>,
    reader: &'a mut R
) -> Result<Value, Error>
Expand description

Decode a Value from avro format given its Schema.