Function avro::decode [] [src]

pub fn decode<'a, R: Read>(
    reader: &mut R,
    schema: &Schema<'a>
) -> Result<Value<'a, 'static>, DecodeError>