hpack::huffman::HuffmanDecoderResult [] [src]

type HuffmanDecoderResult = Result<Vec<u8>, HuffmanDecoderError>;

The type that represents the result of the decode method of the HuffmanDecoder.