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
Does cxx support subclassing a class in Rust directly that was originally defined in C++, including classes with virtual methods?
If not, what is the recommended pattern in cxx to achieve similar behavior?