Seungha Yang

Results 1 comments of Seungha Yang

Thanks for the feedback. My case is borrowing C++ pointer and it was indeed ownership issue. I worked around it via `core::mem::forget` or something else so that rust `IUnknown` can...