Type Alias BitSlice
Source pub type BitSlice<O = u8> = BitSlice<O, Msb0>;
struct BitSlice<O = u8> { }
Pull some bits from this source into the specified buffer, returning how many bytes were read.
Read the exact number of bits required to fill buf.
Write a buffer into this writer, returning how many bytes were written.
Write the entirety buf into self.