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
Trait objects seem not to be documented at all in the book, which together with their mandatory lifetime bound annotation makes them almost undiscoverable. Fortunately, there are some nice blog posts by @huonw, but they are unlikely for a user to stumble upon.
Also, the only occurence of 'trait object' in the reference is following sentence, which is strange:
Likewise, supertrait methods may also be called on trait objects.