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.
from_value