Type Definition vm_memory::bitmap::BS[][src]

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>.