pub type MS<'a, M> = BS<'a, <<M as GuestMemoryBackend>::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: GuestMemoryBackend.
pub type MS<'a, M> = BS<'a, <<M as GuestMemoryBackend>::R as GuestMemoryRegion>::B>;Helper type alias for referring to the BitmapSlice concrete type associated with
the memory regions of an object M: GuestMemoryBackend.