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
An assist that "unwraps" a type into its generic type argument, that is Option<T> becomes T.
Requirements should be that the type is a path type which exactly one type paramater (and maybe 0+ const and lifetime parameters which are then discarded).