mz_avro::decode

Trait AvroDecodable

Source
pub trait AvroDecodable: Sized {
    type Decoder: AvroDecode<Out = Self>;

    // Required method
    fn new_decoder() -> Self::Decoder;
}

Required Associated Types§

Source

type Decoder: AvroDecode<Out = Self>

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§