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 std::pin module uses strange [mut] notation. For example, Pin<&[mut] Self>). I cannot discern what it is trying to say. I think it should probably not use the brackets, or explain what the syntax means?