Trait diny_core::backend::Encodable[][src]

pub trait Encodable {
    type Encoder: Encode<Data = Self, Format = F>;
}
Expand description

Define the encoder to use for serializing the data type.

Associated Types

The concrete encoder to use for serialization

Implementations on Foreign Types

Implementors