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

Implementations on Foreign Types

Implementors