Tongshuai Zhang

Results 6 comments of Tongshuai Zhang

Good job 👍 . It seems that the `Subscriber` is what I want. Thanks for your work. Please let me know if there is anything I can do. 😄

I have encountered the same issue

I found that if I used the `entity` as an "extern" crate, the implementation wwon't work, while if I used the `entity` as a module, everything is OK.

> > I found that if I used the `entity` as an "extern" crate, the implementation wwon't work, while if I used the `entity` as a module, everything is OK....

> But actually if you own the other struct in your crate, you can impl Into for it. Got it. That's how I make a workaround currently.

> types/draft-j I encountered the same error. How did you fix the error finally? Thanks!