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
Link lifetime of closure param to that of self in Place::iterate
This informs callers that the lifetime of the reference to the
underlying `PlaceBase` is the same as that of the `Place` being iterated
over. This lets callers return a reference to the underlying `PlaceBase`
from the closure passed to `Place::iterate`.
0 commit comments