[][src]Type Definition hpack::decoder::DecoderResult

type DecoderResult = Result<Vec<(Vec<u8>, Vec<u8>)>, DecoderError>;

The result returned by the decode method of the Decoder.