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
That was actually my first attempt but Rust doesn't allow for specialized Drop implementations :( (link)
Also, I checked the binary for a simplified version of the Frames tyepstates, and it doesn't seem like the match statement is elided. A generic drop function is called for all Frames objects.
Not relevant until PR #1004 is merged in.
Originally posted by @Ramla-I in #1004 (comment)
The text was updated successfully, but these errors were encountered: