vm_memory::bitmap

Type Alias BS

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