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
Re-Introduce Fn/FnMut/FnOnce as type-erased closures without heap allocs
They are only safe to use as function parameters but will allow more
lightweight (for compile time and binary size) receiving of lambdas,
even with bound members instead of requiring a template every time.
0 commit comments