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
It'd be useful to support a get_mut(&mut self) -> &mut style operation, for cases where you have "parallel periods" (using &-self) alternating with sequential periods (using &mut).