pub type MS<'a, M> = <<<M as GuestMemoryBackend>::R as GuestMemoryRegion>::B as WithBitmapSlice<'a>>::S;Expand description
Helper type alias for referring to the BitmapSlice concrete type associated with
the memory regions of an object M: GuestMemoryBackend.