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
Here we're offering a "Generate Deref impl using target" assist. This currently only supports a Deref impl though, not a DerefMut impl that you might also want.
It should either open a popup where it asks the user (like the "generate getter/setter" assist), or an assist should be offered on the Deref impl to generate an identical (except with &mut instead of &) DerefMut impl.