Function tlbits::unpack_fully
source · pub fn unpack_fully<T>(
bits: impl AsRef<BitSlice<u8, Msb0>>
) -> Result<T, StringError>where
T: BitUnpack,pub fn unpack_fully<T>(
bits: impl AsRef<BitSlice<u8, Msb0>>
) -> Result<T, StringError>where
T: BitUnpack,