Function avro_rs::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