pub trait Encoder {
    fn encoder(self) -> Option<Codec>;
}

Required Methods

Implementations on Foreign Types

Implementors