[][src]Function avrow::from_value

pub fn from_value<'de, D: Deserialize<'de>>(
    value: &'de Result<Value, AvrowErr>
) -> Result<D, AvrowErr>

from_value is the serde API for deserialization of avro encoded data to native Rust types.