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
The MemoryMapIter type implements the ExactSizeIterator trait, which is useful for effectively retrieving the number of memory regions. However, this implementation is not exposed by the impl Trait-based interface, so users cannot use it. What do you think about exposing this implementation in the API?