pub fn decode_bitstring(
data: &mut PerCodecData,
lb: Option<i128>,
ub: Option<i128>,
is_extensible: bool,
) -> Result<BitVec<u8, Msb0>, PerCodecError>Expand description
Decode a Bit String
Decodes the value of the BIT STRING from the Buffer.