pub trait Decoder {
    fn decoder(self) -> Option<Codec>;
}

Required Methods

Implementations on Foreign Types

Implementors