Trait diny::backend::Encodable[][src]

pub trait Encodable {
    type Encoder: Encode;
}
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