pub type BS<'a, B> = <B as WithBitmapSlice<'a>>::S;
Expand description
Helper type alias for referring to the BitmapSlice
concrete type associated with
an object B: WithBitmapSlice<'a>
.
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>
.