Compiler error for implementing PartialEq for boxed trait

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?

https://stackoverflow.com/questions/49339843/cannot-move-out-of-borrowed-content-on-enum-containing-a-boxed-trait-object-when

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.