Trait mz_avro::decode::AvroDecodable
source · pub trait AvroDecodable: Sized {
type Decoder: AvroDecode<Out = Self>;
// Required method
fn new_decoder() -> Self::Decoder;
}
Required Associated Types§
type Decoder: AvroDecode<Out = Self>
Required Methods§
fn new_decoder() -> Self::Decoder
Object Safety§
This trait is not object safe.