Type Alias BitSlice

Source
pub type BitSlice<O = u8> = BitSlice<O, Msb0>;

Aliased Typeยง

struct BitSlice<O = u8> { /* private fields */ }