hpack::decoder::DecoderResult
[−]
[src]
type DecoderResult = Result<Vec<(Vec<u8>, Vec<u8>)>, DecoderError>;
The result returned by the decode
method of the Decoder
.