You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have methods such as with_regions, with_regions_mut and map_and_fold that are just papering over the lack of iterator-based access to the regions in GuestMemory. If possible we should try to add a better and more powerful abstraction.
The text was updated successfully, but these errors were encountered:
Currently we have methods such as
with_regions
,with_regions_mut
andmap_and_fold
that are just papering over the lack of iterator-based access to the regions in GuestMemory. If possible we should try to add a better and more powerful abstraction.The text was updated successfully, but these errors were encountered: