pub trait ToAvro { fn avro(self) -> Value; }
Please use Value::from, Into::into or value.into() instead
Any structure implementing the ToAvro trait will be usable from a Writer.
Transforms this value into an Avro-compatible Value.