summary refs log tree commit diff
path: root/src/doc/trpl/static-and-dynamic-dispatch.md
AgeCommit message (Collapse)AuthorLines
2015-02-09Add documentation on trait objects.Steve Klabnik-0/+286
Largely taken from @huonw's http://huonw.github.io/blog/2015/01/peeking-inside-trait-objects/ Fixes #21707