[−][src]Type Definition hpack::huffman::HuffmanDecoderResult
type HuffmanDecoderResult = Result<Vec<u8>, HuffmanDecoderError>;
The type that represents the result of the decode
method of the
HuffmanDecoder
.
type HuffmanDecoderResult = Result<Vec<u8>, HuffmanDecoderError>;
The type that represents the result of the decode
method of the
HuffmanDecoder
.