pub type BS<'a, B> = <B as WithBitmapSlice<'a>>::S;
Helper type alias for referring to the BitmapSlice concrete type associated with an object B: WithBitmapSlice<'a>.
BitmapSlice
B: WithBitmapSlice<'a>