We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所以,感觉第一个方法应该改成一个对象安全的才对!
trait Foo { fn bad<T>(&self, x: T); // -> fn good(&self); fn new() -> Self; }
The text was updated successfully, but these errors were encountered:
@QiBaobin 感谢反馈。这个问题还在勘误中,最近会总结出一个结果。不过前面也有一些讨论,可以选择「精选」label来查看。
Sorry, something went wrong.
#51
合并
归并到了 #137
No branches or pull requests
所以,感觉第一个方法应该改成一个对象安全的才对!
The text was updated successfully, but these errors were encountered: