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
This represents C++ `std::exception_ptr` on the Rust side via
`CxxException` object, which can be mentioned as a return type for
functions creating custom exceptions or evaluating exceptions caught
from C++ (added in further commits).
0 commit comments