Type Alias RequestDecoder

Source
pub type RequestDecoder<IO> = GenericDecoder<IO, GenericHeadDecoder<Request, RequestHeadDecoder, ChannelWrapper>>;

Aliased Typeยง

pub struct RequestDecoder<IO> { /* private fields */ }