Skip to main content

Decoder

Trait Decoder 

Source
pub trait Decoder: Send + Sync {
    // Required method
    fn decode(&self, request: DecodeRequest) -> CoreResult<DecodeOutput>;
}

Required Methods§

Implementors§