Trait avro_rs::types::ToAvro

source ·
pub trait ToAvro {
    fn avro(self) -> Value;
}
Expand description

Any structure implementing the ToAvro trait will be usable from a Writer.

Required Methods§

Transforms this value into an Avro-compatible Value.

Implementations on Foreign Types§

Implementors§