data_encoding

Function decode_pad_len

Source
pub(crate) fn decode_pad_len<B: Static<usize>, P: Static<bool>>(
    bit: B,
    pad: P,
    len: usize,
) -> Result<usize, DecodeError>