Trait diny_core::backend::Decodable[][src]

pub trait Decodable: Sized {
    type Decoder: Decode<Data = Self, Format = F>;
}
Expand description

Define the decoder to use for deserializing the data type.

Associated Types

The concrete decoder to use for deserialization

Implementations on Foreign Types

Implementors