Function tlbits::pack

source ·
pub fn pack<T>(value: T) -> Result<BitVec<u8, Msb0>, StringError>
where T: BitPack,