pub fn try_decoder<S, T, E>(
headers: &HeaderMap,
body: S,
) -> Result<Coder<S, FeaturedCode>, EncodingError>
Expand description
Construct from headers and stream body. Use for decoding.
pub fn try_decoder<S, T, E>(
headers: &HeaderMap,
body: S,
) -> Result<Coder<S, FeaturedCode>, EncodingError>
Construct from headers and stream body. Use for decoding.