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