Hi fellow rust users,
Have anyone hit this problem? I have implemented PartialEq for boxed trait myself and still hit "cannot move out of borrowed content". Is this a pending problem in the compiler? Is there any work around?
Hi fellow rust users,
Have anyone hit this problem? I have implemented PartialEq for boxed trait myself and still hit "cannot move out of borrowed content". Is this a pending problem in the compiler? Is there any work around?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.