Implement Fn
, FnMut
, FnOnce
traits and make them callable via the ()
operator
#14448
Milestone
Fn
, FnMut
, FnOnce
traits and make them callable via the ()
operator
#14448
This is part of unboxed closures. cc @nikomatsakis
Per our discussions last week I believe that this is necessary for 1.0 backcompat-lang (because we will remove the old closures afterward). Nominating.
The text was updated successfully, but these errors were encountered: