Trait diny::backend::Decodable[][src]

pub trait Decodable {
    type Decoder: Decode;
}
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