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
First of all, this function would require a Box<T: Any>. This would mean changing mrfn! to allocate everything on the heap.
Second of all, there is not easy way of adding Option<T> here. Downcasting Option<_> is not enough, and doing it manually pretty much defeats the purpose.
No description provided.
The text was updated successfully, but these errors were encountered: