Function apache_avro::to_value
source ยท pub fn to_value<S: Serialize>(value: S) -> Result<Value, Error>
Expand description
Interpret a serializeable instance as a Value
.
This conversion can fail if the value is not valid as per the Avro specification. e.g: HashMap with non-string keys