You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newcomers who learn rust with rust book 2018 edition can be confused, because official book recommends &dyn TraitObject and does not say about &TraitObject.
The text was updated successfully, but these errors were encountered:
https://doc.rust-lang.org/std/any/index.html
https://doc.rust-lang.org/std/any/trait.Any.html
Newcomers who learn rust with rust book 2018 edition can be confused, because official book recommends
&dyn TraitObject
and does not say about&TraitObject
.The text was updated successfully, but these errors were encountered: