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
Each type parameter must be explicitly declared, in an angle-bracket-enclosed, comma-separated list following the function name.
(emphasis mine)
But the example shows a type parameter on Fn, which requires parenthesis-enclosed type parameters rather than angle-brackets. geofft mentioned on IRC that this might be some special case to open the possibility to easier change the Fn traits at a later time (if I understood correctly), but I found it confusing to see a specialization using parenthesis without ever having heard they existed.