h2::hpack::decoder

Function decode_int

Source
fn decode_int<B: Buf>(
    buf: &mut B,
    prefix_size: u8,
) -> Result<usize, DecoderError>